-
Notifications
You must be signed in to change notification settings - Fork 0
Improve error handling #13
Copy link
Copy link
Open
Labels
Description
Specifically, we shouldn't really be calling Client.Write() in exception constructors:

However, I see the need for standard error handling. The writes in the constructors currently perform this task.
I propose a middleware infrastructure, between PacketManager and the controllers, which would allow us to specify error handlers. Uncaught application exceptions will end up here and can be managed in a standard way.
Reactions are currently unavailable