Hi, I would like to create a socket and receive the streaming data on Unity. I first had a try creating a socket in Python but the receiving result looks like this:
There seems to be a string of unknown characters at the beginning of JSON data.
When I tested with TCPListener it was also not displaying properly when I tried to debug and log the received message.
Is the method I’m using wrong or do I need some extra steps?