signalRJS icon indicating copy to clipboard operation
signalRJS copied to clipboard

Results 12 signalRJS issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/62844218/177697612-300feacc-6b39-4ccd-96a7-d5cf36d8339d.png) I have written the code for server and client as per the npm documentation and getting above error. Can anyone help me with this. There is no solution i...

This is working fine signalR.on('CONNECTED', function () { console.log('connected'); }); But i want to log details when connection get disconnect. i have register event like below but not working **signalR.on('DISCONNECTED',...

I've found out that npm package `https://www.npmjs.com/package/signalrjs` is fall behind the version on github. Do you have any plan to publish a new version of npm package ?

Hi, when connection type is longPolling and client stops connection it crashe `signalrjs/lib/signalRJS.js:94` `var transport = self._transports[connection.type];` `TypeError: Cannot read property 'type' of undefined` it fixes problem for me (SignalRJS.prototype.poll):...

I have a problem returning a value after a client to server hub call using HubProxy. You can find a minimalist sample of the bug attached to this issue. The...

I have tried to run the 'peristent connection' sample from the Readme (the first example). I get the error "signalr.send(...) is not a function". After replacing "send" with "broadcast" the...

Server methods should not be required to invoke a client method in response. This change updates response messages to handle empty `callData`. Fixes #5

Hi, Not an issue, just a question. Is it possible to connect to the Hub from another Node Client? The current client example is from an html page client, I'd...

## Version 3.0.0 of [uuid](https://github.com/kelektiv/node-uuid) just got published. Hi there, This week a new version of the [uuid](https://github.com/kelektiv/node-uuid) module got released. The old module which was available by the name...