Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow MaxLib.WebServer.WebSocket.EventFactory to handle unknown or broken events. #10

Open
Garados007 opened this issue Dec 29, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Garados007
Copy link
Owner

The current implementation ignores unregistered events and broken JSON code and produce always (!) log errors. Also the implementation of "TryParse" is not correct as such as it catches all exceptions (there are some cases where catching of all errors is not intended).

@Garados007 Garados007 added the enhancement New feature or request label Dec 29, 2022
@Garados007 Garados007 added this to the Version 4.1 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant