gak10100
gak10100
Maybe I am doing something wrong but does JSV support late binding? schemas.createSchema( { 'id' : 'test', properties : { 'propa' : { 'type' : 'string', 'required' : true }...
Inside the _processOutboundEvent event Objects are created and a timeout is set. The problem is that a timeout is set for event objects that aren't expecting a response. https://github.com/SocketCluster/socketcluster-client/blob/f5514434f51369166de9e5dafba2f7da147fb93e/lib/clientsocket.js#L773-L781 Inside...
The bitwise operator needs parentheses in order to return the proper value. Without it it will always return 0.