socketcluster icon indicating copy to clipboard operation
socketcluster copied to clipboard

Highly scalable realtime pub/sub and RPC framework

Results 101 socketcluster issues
Sort by recently updated
recently updated
newest added

Hi, I wasn't able to find a documentation what "SIGUSR2" is. How can I restart all workers inside of my worker.js

question

Hi everybody, you guys may already seen some issues of me and you might know that we use a real time trivia app. Our app is getting a lot of...

Hello, We're having the following problem: when one user disconnects, all users are disconnected. This doesn't happen when tested locally, but it does happen in our dev/staging environment, which is...

Getting following error after running application: 1527160551492 - Origin: Worker (PID 24814) [Error] Error: invalid ObjectId, ObjectId.id must be either a string or a Buffer, but is [{"base64":true,"data":"VsWHAZWlq7w7zDEn"}] at ObjectID.toHexString...

https://github.com/SocketCluster/sc-broker-cluster/issues/2

This will make it possible to implement guaranteed message delivery. E.g. https://github.com/SocketCluster/scc-broker-client/issues/3 This should be done in `sc-broker` module https://github.com/SocketCluster/sc-broker/blob/master/scbroker.js#L400

enhancement

The ncom module was introduced into `socketcluster` and `sc-broker` before Node.js made it possible to pass socket handlers between different processes. Now that it is possible, consider switching to Node.js...

Hi, I am sorry to hijack github issues for a question, but I really did not find a "final answer" to my questions. We're about to setup a very simple...

Right now a lot of features of SC rely on `setTimeout` (like when an emitted event expects a response from the opposite socket or as part of ping/pong). Maybe this...

We should switch to mocha and have more test coverage.