njones / socketio

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

Fix the len value for string Data objects #24

Closed njones closed 2 years ago

njones commented 2 years ago

When using a string data object, Len() int would under report the length by 2 characters, because the quote marks were not being taken into account.