Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-v1.5] rpcwebsocket: Use nonblocking messages and ntfns.
All sends to channels that are serviced by separate goroutines that can be shutdown via a quit channel need to ensure they select across that quit channel when sending to the associated channel to ensure they can't end up blocking on the send during shutdown.
- Loading branch information