tcp_server
tcp_server copied to clipboard
Receiving bytes
Is there any way to receive bytes with your server?
Hi, yes. Please take a look at SendBytes method: https://github.com/firstrow/tcp_server/blob/master/tcp_server.go#L44
sorry, receiving bytes is not implemented. will leave this issue as feature request.
You can modify the source code to satisfy yourself. It's easy.