You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1). websocket.js should require tls module only in was a scheme. There are already runtime checks in websocket.js, this commits just catch the require statement. (#1891)
2). convert a signed char to unsigned short may cause websocket payload length overflow. like -1 for length 255 become 65535.
IoT.js-DCO-1.0-Signed-off-by: YDJiang jan4984@gmail.com
0 commit comments