There was race condition on mutation operations e.g. adding or removing channels which causes fatalError
randomly on highload.
Now it is fixed by calling any mutation operations on known eventLoop
.
BREAKING CHANGES
now subscribe
and unsubscribe
methods ends with on eventLoop: EventLoop)