Hi,
does anyone knows how to do a non-blocking check for a websocket? It used to be known as wsListen in Galing 2… versions. From version 3 it seems that we only have blocking await check.
I can’t use await before a HTTP request is executed and I can’t use await after HTTP response is received because messages come inside the HTTP’s responce. So the only option would be to make a non-blocking check before the request is sent.
Regards