Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: all tests fail with assert in in_event
Solution: socket_base_t::in_event cannot do anything useful with return status of process_commands. Asserting is the wrong solution, as it is entirely valid to be interrupted or for the context to be terminated, so discard the value.
- Loading branch information