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 you start the emulator with option --proxy portnumber. The VM creates an object of type WebSocket which is meant to be used as the client side socket that connects to a remote socket server running on the MCU. The socket connection is supposed to be used for proxy call and the pushing of events.
However, when opening the created WebSocket object via WebSocket::open, the object starts a socket server instead of establishing a connection to the remote server as one would expect.