Skip to content

WebSocket starts a socketserver instead of a socketclient #149

@carllocos

Description

@carllocos

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions