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
Because of libevent, it used to be possible for events to be combined, so Network::ConnectionEvent is a bitfield. That can no longer happen. We should fix it so that it's a real enum which will make a bunch of code simpler and easier to read.