I think this should connect. I've tested the URL with an online websocket connection tester, and the connection works there.
It never gets to the wsc_Connected event.
The websocket docs are here. I don't know what I'm missing...
Can anybody get this to work?
B4X:
Private Sub StartWebsocket
wsc.Initialize("wsc")
wsc.Connect("wss://ws-feed.exchange.coinbase.com")
Wait For wsc_Connected
Log("Websocket connected!")
End Sub
It never gets to the wsc_Connected event.
The websocket docs are here. I don't know what I'm missing...
Can anybody get this to work?