Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop redundant
CpuBoundWork
usage in JsonRpcConnection::Disconnect()
Although there is locking involved here, it shoudln't take too long for the thread to actually acquire it, since there aren't that many threads dealing with endpoint clients concurrently. It's just wasting pointless time trying to obtain a CPU slot.
- Loading branch information