vircadia / vircadia-native-core

Vircadia open source agent-based metaverse ecosystem.
https://vircadia.com/
Other
531 stars 175 forks source link

Domain server logs repeated messages about asset-server and entity-script-server not finding WebRTC connection #1645

Open ctrlaltdavid opened 2 years ago

ctrlaltdavid commented 2 years ago

When a Web client is connected to the domain, the asset server and entity script server keep trying but failing to connect to the client.

Immediate fix: The asset server and entity script server assignment clients should be made to skip trying to connect to Web clients until such time as the Web SDK is able to connect to them.

More general fix: A Web client doesn't necessarily want to connect to all assignment client types. The DomainConnectRequest and DomainListRequest packets sent by the client contain a "nodeTypeOfInterest" value that the domain server could probably use to suppress connection attempts from nodes that the Web client isn't interested in.

stale[bot] commented 2 years ago

Hello! Is this still an issue?