-
I have no issue connecting my Windows client to a IIS Signalr hub, using LongPolling.
When I shutdown the hub, the windows client ConnectionState shows Disconnected and then tries to reconnect, as it …
-
### Expected behavior
We have every 10 sec timer to restart connection via SignalR if start not complete. Restart = connection.stop and then connection.start again.
Some times when server restarti…
-
1.Client connect to server though longpolling. Success.
2.Server send some data to client. Success.
3.Client ask server to add him in groups. Success.
4.Server execute
foreach (long id in chats)
…
-
We need to be consistent with the behavior of raising client side and server side reconnect for longpolling. Today the .NET client raises reconnect when the connection times out but the js client does…
-
Use scale-out, on client use longPolling and connection start, when scale-out from down to up, refresh the browser for the client , OnDisconnected in server raise several times for a same connection…
-
* Versions of Server-Side NuGet Packages: 1.0.1
* Versions of Client-Side NuGet/NPM Packages: @aspnet-signalr 1.0.0
* Are you using the C# client or the JavaScript client: TypeScript client
* The S…
-
I have tried to install Odoo 11 CE using the script: https://github.com/Yenthe666/InstallScript but Odoo couldn't start (The connection was reset
The connection to the server was reset while the page…
-
* Versions of Server-Side NuGet Packages:
1.0.0
* Versions of Client-Side NuGet/NPM Packages:
1.0.3 and 1.0.4
* Are you using the C# client or the JavaScript client:
JavaScript
* The Server you …
-
For JS longPolling transport, after script error throw from user-defined OnReceived handler, (dismiss the debug popup for the error if script debugging is not disabled), OnReceived event doesn’t rais…
-
Currently, the server assumes it knows what transfer modes a transport supports and decides whether to base64 encode messages for binary transport. This assumption may not be correct. One example is a…