njones / socketio

A Modern SocketIO library for go
MIT License
60 stars 9 forks source link

Allow any value for a parameter #17

Closed njones closed 2 years ago

njones commented 2 years ago

Before an unknown parameter would create an ErrBadParamType. That prevented passing objects and maps. Now it will just pass the value of the parameter through, without an error.