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.