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
MessageSendEvent enum should derive Debug, to make it easy for users to see which events are pending in the ChannelManager. Without that enum, the only way to figure out which event you're handling is by pattern matching on all possible types, which are close to 20.