Because ConnectedClients can be cloned and live outside of the BonsaiDb server, there should be a way for a ConnectedClient holder to know if the client is actually still connected.
We should also check that we are testing the behavior of trying to call various ConnectedClient functions with a disconnected client. Any functions that could return a disconnected error should.
Because ConnectedClients can be cloned and live outside of the BonsaiDb server, there should be a way for a ConnectedClient holder to know if the client is actually still connected.
We should also check that we are testing the behavior of trying to call various
ConnectedClient
functions with a disconnected client. Any functions that could return a disconnected error should.