Bad error handling if caller doesn't await for sync #147
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We had reports on Discord from someone that they were seeing "random errors" with embedded replicas. Turns out it was faulty application that forgot to
await
on sync. However, there's no excuse for us to give such terrible experience on reporting the errors so let's improve that.The text was updated successfully, but these errors were encountered: