Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grpc: Handle handler drops (usually client disconnect)
When the client disconnects, its handler function is dropped. In this case, we should not error, but log a warning and continue the loop. Since we remove from the pending requests, no additional resources need to be dropped
- Loading branch information