Websockets ?
Hello,
Are the websockets working correctly ?
I tried multiple clients, I can't find a way to use them : With tyrus :
➜ ~ java -jar tyrus-client-cli-1.1.jar http://metab.ucoin.io:9201/websocket/block
# Connecting to http://metab.ucoin.io:9201/websocket/block...
# Failed to connect to http://metab.ucoin.io:9201/websocket/block due to Incorrect scheme in WebSocket endpoint URI=http://metab.ucoin.io:9201/websocket/block
tyrus-client>
With chrome client , i get error 'undefined'.
And with aiohttp
, I get errors too.
Any idea ?