Closed zetanumbers closed 1 year ago
It's possible to drop client from inside of the on_completion callback, potentially deadlocking client drop.
Client now waits for requests to finish, and droping it from callback deadlocks tigerbeetle thread. No unsafe behaviour, and it is not clear what to do upon detecting this.
It's possible to drop client from inside of the on_completion callback, potentially deadlocking client drop.