Micha
websocket issue
@blurSkye π΅πΈπ
I guess, I found a workaround.
I tried to store the
ws
object in a local variable _ws
to create a closure like behavior. _ws
can then be used later on in every other event like onMessage
or onClose
.
It doesn't seem like a general good solution, because we just omit the provided ws
object in the other events.
But as a workaround, it works π25 replies