Phi Nguyen
Phi Nguyen
I'm using - nodejs socketio v^3.1.2 and ^4.4.0 - socketio-client v2.0.0-beta.4-nullsafety.0 and now it works. ``` Socket socket = io( Config.SocketIOUrl, OptionBuilder().setTransports(['websocket']) .setExtraHeaders({'foo': 'bar'}) .build()); socket.onConnectError((error) { print('connect'); socket.emit('chatMessage', 'test');...
I'm also encountering this issue. There is no concurrent users report on "artillery": "^2.0.0-10". Please double check?
any update? Same issue here on Mac M1 Pro Node v16 ``` Failed to launch the browser process! [1108/193519.346541:ERROR:stack_trace_posix.cc(710)] Failed to parse the contents of /proc/self/maps [1108/193520.026172:ERROR:stack_trace_posix.cc(710)] Failed to parse...
I have the same problems. The browser also freezes 2 or 3 seconds. Need to have a solution. Thank you.
Hi, any updates. Same issue here.