njones / socketio

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

New callback and serialize types & float64 params #16

Closed njones closed 2 years ago

njones commented 2 years ago

Add the callback FuncString type func(string) so that they don't need to be created by users each time. Add the serialize Convert type []Serialize to ease conversions of variadic inputs. Update parameter inputs to allow float64 in the standard reflection based callback wrapper