You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AbstractNioWorker.executeInIoThread(..) we call Selector.wakeup() but do not check if Selector.wakeup() was called before and the event-loop did not clear it yet.