I'm consuming a service using signalr 2.2. All was working well using long polling. However since my service started to use websockets the hub events are inconsistent triggered. The connection is stablished but sometimes the clients events works, sometimes aren't triggered. I tried several approaches in order to get the code working as was using long polling but without success.
Ps1. I'm setup the client events before $.connection.hub.start
Ps2. Sorry, english is not my first language
PS3. I saw some questions here, but I can't find any solution...
- Signalr - websocket successfully connected but client events only called with long pooling
- WebSocket Connection Established, but Client Can't Receive Messages from Others
PS4. I asked a ticket at github, so I'd glad if you can take a look https://github.com/SignalR/SignalR/issues/3502