jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
76 stars 8 forks source link

Add error message handling to client #55

Closed jhalter closed 2 years ago

jhalter commented 2 years ago

Add display of error messages sent from server to client, which fixes a client crash that happens when if the client tries to view a Drop Box without the necessary permission. This is a starting point for further error response handling/display.