Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Management SDK persistent mode API calls do not fail when no server connection is connected #2060

Open
vicancy opened this issue Oct 18, 2024 · 0 comments

Comments

@vicancy
Copy link
Member

vicancy commented Oct 18, 2024

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Change the SignalR service Networking ACL to deny "Server Connection".

Using ManagementSDK, all the API calls look working, hubContext.Clients.All.SendCoreAsync does not throw, hubContext.ClientManager.UserExistsAsync("user1") returns false, although the ManagementSDK is not connected to the service.

Expected behavior

The API calls should throw because the SDK is not connected.

@vicancy vicancy changed the title Management SDK persistent mode does not fail when no server connection is connected Management SDK persistent mode API calls does not fail when no server connection is connected Oct 18, 2024
@vicancy vicancy changed the title Management SDK persistent mode API calls does not fail when no server connection is connected Management SDK persistent mode API calls do not fail when no server connection is connected Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant