This repository was archived by the owner on Jul 23, 2026. It is now read-only.
This repository was archived by the owner on Jul 23, 2026. It is now read-only.
Parse method of BaseService does not handle exceptions. #44
Looking upward, it can be observed that in EventContext.cs#L141, only
ServiceNotFoundExceptionis handled, while other exceptions continue to be propagated upward until they are caught at ClientListener.cs#L159. However, the implementation of theOnSocketErrormethod in SocketContext.cs#L40 does not perform any handling, causing these exceptions to be swallowed.