sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 112 forks source link

SignalR blocking http requests on server #23

Closed fkm7 closed 2 years ago

fkm7 commented 2 years ago

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 commented 2 years ago

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.