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
Looking upward, it can be observed that in EventContext.cs#L141, only ServiceNotFoundException is handled, while other exceptions continue to be propagated upward until they are caught at ClientListener.cs#L159. However, the implementation of the OnSocketError method in SocketContext.cs#L40 does not perform any handling, causing these exceptions to be swallowed.