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
Ensure that server sends notifications only to initialized clients with appropriate capabilities
Expected Behavior
Send notifications only to initialized clients
For client initiated request/response operations (e.g. all server features) return a single response only to the client-session that has initiated the request.
Send Root and Sampling requests only to the client that initiated the current session and only if they provide those capabilities
Current Behavior
Server broadcasts notifications and requests without checking:
Client initialization state
Client capabilities
Session ownership
The text was updated successfully, but these errors were encountered:
Ensure that server sends notifications only to initialized clients with appropriate capabilities
Expected Behavior
Current Behavior
Server broadcasts notifications and requests without checking:
The text was updated successfully, but these errors were encountered: