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
Fix issue with tasks not getting handled at startup (#2972)
Issue #2971 revealed a problem with the task queue where the `onReady` callback never gets called.
The callback gets queued but the event loop is created afterwards and lacked a 'kick' to the tcpip thread to start message processing.
This bug has been present since PR #2913.
0 commit comments