nars icon indicating copy to clipboard operation
nars copied to clipboard

Use one connection if connecting to the same host

Open wokalski opened this issue 6 years ago • 0 comments

createRemoteComponent API allows passing a string as the WebSocket arg. In this case we create a WebSocket which is local to a component instance. Because of that there are as many websockets alive as RemoteComponents on the screen. nars server expects one connection per client.

wokalski avatar Sep 07 '19 06:09 wokalski