Community
Participate
Working Groups
In SelectChannelEndPoint.dispatch(): _dispatched = _manager.dispatch(_handler); It could be that the endpoint handler is run before the assignment to _dispatched is done, so it will look like the endpoint is in a wrong state.
Fixed by guarding correctly the assigned to _dispatched.