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

SignalR blocking http requests on server #23

Closed
fkm7 opened this issue Apr 7, 2022 · 1 comment
Closed

SignalR blocking http requests on server #23

fkm7 opened this issue Apr 7, 2022 · 1 comment

Comments

@fkm7
Copy link

fkm7 commented Apr 7, 2022

Hello, I have been developing an app for waiters working in restaurants. App uses signalr_netcore for listening to the state of tables from the .net server. But the developer who's developing server-side says that after connection from a mobile phone the server is blocked and can't handle HTTP requests. And blaming my app for blockage. is there any solution to that? or signal isn't meant to work alongside ordinary HTTP requests?

@jayquest
Copy link

I believe the problems is the bad backend developer, what he is saying doesn't make any sense, specially because you don't request anything, you create a connection to the server and then the server push any changes to your side.

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

3 participants