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
Add empty event array check to multi_receive
Adds a check to return if #multi_receive is called with an empty array.
If this happens, the plugin will hang indefinitely on a #pop call that
will never return.
Fixes#80Fixes#81