Skip to content

[Core] The Parse method of BaseService does not handle exceptions. #44

@NoirHare

Description

@NoirHare

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions