13 ms·
I think you missed this part: > The Core lets you do your own socket programming over TCP and UDP. There's nothing stopping you from writing your own TCP/UDP
by Ricapar 13y ago
I think you missed this part:
> The Core lets you do your own socket programming over TCP and UDP.
There's nothing stopping you from writing your own TCP/UDP listener server and having the Spark write to a port on that.
- azdle 13y agoExcept for the fact that the TCPClient library that they provide is broken and causes the core to lockup within a few minutes.