I'm using a Socket (TCP) connection to a Java Server using AsyncStreams that detects certain commands (words) and broadcast them to all connected clients, the server expects "\0" to terminate the message but i'm unable to send that character using Basic4Android, the only thing i can find is CRLF
What should i do?
Thanks
What should i do?
Thanks