WebSockets

Does anyone have a websocket class that uses Xojo.Net.HTTPSocket.

I have tried Kem’s websocket_mtc and it works great locally only to find I need to use Xojo.Net.HTTPSocket once deployed.

TIA

Tim

A WebSocket is fundamentally a TCPSocket, not an HTTPSocket, and there is currently no TCPSocket class that works on both iOS and not iIOS. If you need the code to run on iOS and can’t wait for API 2.0, you will have to rewrite that class around Xojo.Net.TCPSocket.