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
when i use featureprobe-server-sdk-node, the sdk try to establish websocket with rust server, but establish failed, and continuously report websocket error. i notice the sdk use socketio-client to connect websocket, the corresponding code is
but the 'connect' event listener nerver be triggered. i pick this code fragment out to reproduce the bug, and the error happened. i also tried go sdk and it can work well, both js sdk and node sdk can't work, i guess there is something wrong between socketio-client and rust server
when i use featureprobe-server-sdk-node, the sdk try to establish websocket with rust server, but establish failed, and continuously report websocket error. i notice the sdk use socketio-client to connect websocket, the corresponding code is
but the 'connect' event listener nerver be triggered. i pick this code fragment out to reproduce the bug, and the error happened. i also tried go sdk and it can work well, both js sdk and node sdk can't work, i guess there is something wrong between socketio-client and rust server
The text was updated successfully, but these errors were encountered: