You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: