signalr-no-jquery icon indicating copy to clipboard operation
signalr-no-jquery copied to clipboard

Results 26 signalr-no-jquery issues
Sort by recently updated
recently updated
newest added

hi . i need stop connection when user logout but there is not any method for this . can you give a solution?

Can I request that skip negotiation get added? This needs to be true for load balancing. We are getting initialization errors.

When connecting via long polling the group token and message id where not being correctly added to the form body. The form body should have two parameters: `messageId` and `groupToken`....

(I'd like to preface this post with a huge "thank you" for recently updating the library for SignalR 2.4.1 - that was only a few hours ago!) --- In the...

@DVLP I was wondering why my client was only requesting protocol version 1.5 when the code I am replacing was requesting version 2.0. It is because signalr-no-jquery is using a...

Thank you for providing this! I just spent a few hours trying to get this to compile under typescript. When I was about to give up and create my own...

hubProxy.on can trigger, if i don't invoke. But, hubProxy.on can use after i invoke. Some data was received after connect start and before i invoke, these data can't trigger hubProxy.on.

OnReconnected not getting fire in Edge, but it is firing in firefox and chrome, please help out on this

Does Is there some restriction relative on flood messages? I'm trying to send sucesive mesages to the client on same message method but diferent payload and only the first message...