Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Use one connection if connecting to the same host #4

Open
wokalski opened this issue Sep 7, 2019 · 0 comments
Open

Use one connection if connecting to the same host #4

wokalski opened this issue Sep 7, 2019 · 0 comments
Labels

Comments

@wokalski
Copy link
Collaborator

wokalski commented Sep 7, 2019

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 wokalski added the client label Sep 7, 2019
@wokalski wokalski mentioned this issue Sep 7, 2019
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant