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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
There is no way at the moment to stop publishing a single resource - only the whole discovery agent can be disposed.
Stopping a resource in the UDP implementation is trivial. OTOH room-based matchmaking services usually only drop a room when no one is in it anymore - they provide no way to close/hide a room forcefully from a client.
Maybe we can add a StopPublishing/Abandon method that only guarantees that the resource will be stopped/destroyed eventually.
The text was updated successfully, but these errors were encountered:
There is no way at the moment to stop publishing a single resource - only the whole discovery agent can be disposed.
Stopping a resource in the UDP implementation is trivial. OTOH room-based matchmaking services usually only drop a room when no one is in it anymore - they provide no way to close/hide a room forcefully from a client.
Maybe we can add a StopPublishing/Abandon method that only guarantees that the resource will be stopped/destroyed eventually.
The text was updated successfully, but these errors were encountered: