go-socket.io icon indicating copy to clipboard operation
go-socket.io copied to clipboard

how to disable base64 encode

Open UnderTreeTech opened this issue 4 years ago • 0 comments

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.

UnderTreeTech avatar Dec 17 '21 02:12 UnderTreeTech