WebSockets - pass custom object to server on connect

in JavaScript
Hi
In c# it is possible to send custom object to server - initObject. However I cannot figure out how to make is work with ws. All objects - headers, initObject, userdata are null in CreatePeer's initRequest parameter
In c# it is possible to send custom object to server - initObject. However I cannot figure out how to make is work with ws. All objects - headers, initObject, userdata are null in CreatePeer's initRequest parameter
0
Comments
Unfortunately, there is no support for such functionality for JavaScript library neither for client-side nor from serverside
and I can not give you estimation when it will be done
best,
ilya