-
`Configuration`
dotnet core
Chrome Version : 70.0.3538.67 (Official Build) (64-bit)
Nuget : Microsoft.AspNetCore.App --> 2.1.5
Angular signalR version -->@aspnet/signalr 1.0.4
OS : Linux - Ubunt…
-
i am at this point:
it recognices the first 4 fields but the body is not well formated as a field, so the insert fails
insert into `sigfox` (`callbackTimestamp`, `datetime`, `localdatetime`, `uuid…
-
Hi,
I have an issue with the LongPolling transport. The problem is that when the server doesn't call any of the subscribed methods of the subscription object (provided through hubProxy.subscribe()), …
-
We have two signalr servers after tengine.
When test LongPolling and SSE transport,I found the signalr was not working properly and return **No Connection with that ID** .And If the WebSocket trans…
cgyqu updated
6 years ago
-
for PersistentConnection, when route url ends with "/",
e.g.
```
RouteTable.Routes.MapConnection("raw-connection", "raw-connection/");
```
in JS client,
``` javascript
var connection = $.connecti…
-
In asp.net Core SignalR MapHub method provides means for configuration:
```
MapHub(PathString path, Action configureOptions)
```
Azure SignalRService only has
```
MapHub(PathString path)
```…
-
when transport is not longPolling and specify jsonp=true, the connection will not work, we can throw in this case, currently we still start the connection.
-
in longPolling client when connection.state is not reconnecting, error still could trigger infinite. (it only doesn't trigger the error when it is reconnecting).
To repro this, we can have reconnecti…
-
This is a hard one to describe so I'll do a code snippet:
``` JavaScript
var foo = $.connection.hub,
start = function() {
$.connection.hub.start({transport: "longPolling"}).done(function(…
-
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 …