-
on IE10 with Browser Mode IE9, when stop cross-origin longPolling hub connection, it causes SCRIPT5007: Object expected connect, line 1 character 1 for the longPolling connection response.
Repro:
1.…
-
when client doesn't receive heart beat/ message from server, client connection.messageId is null, then reconnecting is false and reconnect scenarios become broken.
this is more issue for longPolling,…
-
Right now in Grafana we do not have a good solution for caching. The only cache we have is a 5 second cache for data source settings (improves speed for dataproxy). Using [go-cache](https://github.com…
-
Polling should try and re-establish its connection with the server after timeout without going into the reconnecting state. The JavaScript client has the correct behavior.
e.g. just run the repro, o…
-
Based on [this discursion](https://github.com/revel/revel/issues/1065)
**As a** revel packager
**I want to** exclude `.go` files from the zipped file generated by `revel package` command
**Because** …
-
whit this module installed i have the following error in log file, and the web interface, haven't link
>
> 2019-01-03 09:27:47,848 6614 INFO ? odoo: Odoo version 10.0-20170312
> 2019-01-03 09:27…
-
e.g. for JS client longPolling connection:
1. after connected, client didn't send or receive any message from server except ping,
the request like below in pending at this step:
http://local…
-
Our environment is composed of 3 web servers and a sql server. Signalr (v2.2.1) is configured with TableCount=3 on all web servers (same behavior with TableCount=2).
### Expected behavior
Systemat…
-
My application is working under a fucked-up corporate network (proxies and stuff), so I have to use long polling and experience disconnects all the time. My major issue is that I can not force a conne…
-
As far as I can see, opening the websocket-connection does not transport any headers (-> no auth-token transmitted). Using LongPolling, it works fine.