iluvadev / PocketBaseClient

C# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
MIT License
34 stars 8 forks source link

Pure Sync methods, no Async to Sync conversions #32

Closed iluvadev closed 1 year ago

iluvadev commented 1 year ago

Avoid async deadlock in some environments using pure Sync methods instead of synced async calls Thanks @mtaku3 :)