go-socket.io
go-socket.io copied to clipboard
how to disable base64 encode
I try to emit plain string to client after marshaling json object, but client got a base64 encode string, how to disable it? It bothered me several days.