Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
close Channel after stopping recv send queues (Haivision#808)
Channel is used by recv and send queues and possible blocked in I/O operations. Closing the channel while it is still in use causes problems with the recv and send queues and may cause problems in other threads of the application.
- Loading branch information