Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle closed connections when sending to server
Fixes #346. This is tricky, because it is codec exception in the node, which is obviously a bug so we don't necessarily want to accomodate with special handling logic for that on the server. In particular, it's hard to tell whether the server needs to send a response or not at this level. So it's better handled client-side. We need to notify the team about this.
- Loading branch information