I created a tcp server on the core and even though it accepts connections it can't send any data to the clients.
As a code reference the TCPServer example doesn't work for me.
So I tried the reverse, settings up a basic server on my machine and having the core connect to it. Same deal again, my server accepts the connection but no data is transmitted between the 2.
Am I missing something?
Update:
I'm having the same issue as some of the people in this thread.
Will keep eye on that thread.