issues
search
njones
/
socketio
A Modern SocketIO library for go
MIT License
64
stars
9
forks
source link
A lightweight errors refactor
#58
Closed
njones
closed
1 year ago
njones
commented
1 year ago
Added a State type for errors, so that they can be managed as a type through the socketio package HTTP handler
Refactored the HTTP 400 errors so they don't appear so complicated, and can be managed as a prefix through the socketio package HTTP handler
Moved a few functions and error strings around, to increase code readability