tcp_server icon indicating copy to clipboard operation
tcp_server copied to clipboard

Receiving bytes

Open Serasar opened this issue 8 years ago • 3 comments

Is there any way to receive bytes with your server?

Serasar avatar Aug 06 '17 09:08 Serasar

Hi, yes. Please take a look at SendBytes method: https://github.com/firstrow/tcp_server/blob/master/tcp_server.go#L44

firstrow avatar Aug 06 '17 10:08 firstrow

sorry, receiving bytes is not implemented. will leave this issue as feature request.

firstrow avatar Aug 06 '17 10:08 firstrow

You can modify the source code to satisfy yourself. It's easy.

zjfsdnu avatar Mar 06 '18 08:03 zjfsdnu