sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core

Home Page:https://pub.dev/packages/signalr_netcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignalR blocking http requests on server

fkm7 opened this issue · comments

commented

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?

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.