Skip to content

๐ŸŽ Implement `knownEventLoop` to fix race condition

Latest
Compare
Choose a tag to compare
@MihaelIsaev MihaelIsaev released this 28 Jun 13:07
· 5 commits to master since this release
0438b55

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)