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

If a large number of users attempt to connect at the same time, it would be good if there was a way to delay some handshakes in order to spread...

This should be done throughout all the code including socketcluster-client.

I use node_redis to subscribe to a channel which then publishes to all the subscribed clients The below code is inside worker.js & SC runs 4 worker process. var RedSubclient...

Installing from nuget, the ScClient namespace is available in the C# environment and compiles success in the Visual Studio. But when run in the Unity, error occurs: "Assets/Scripts/GameManager.cs(8,7): error CS0246:...

Hey guys, Very rarely (maybe once a month) I'll get this on one of our containers and it crashes that server. I have to restart the server to get it...

I have a problem while trying to emit from a React Native project. The connection between React Native project & Socket Cluster is okay. But sometimes, I got TimeoutError. It...

According to the [documentation for MIDDLEWARE_HANDSHAKE_WS](https://socketcluster.io/#!/docs/middleware-and-authorization), you can pass an error object to `next()` to block a connection before the underlying WebSocket is created. However, doing so causes the SocketCluster...

Hi I'm and my team try to develop an app using socketcluster and now want to deploy it using pm2 at begin But when we try to deploy it using...

Hello, At our company we are aiming to achieve a high performance chat section of our mobile app. After some research and consideration I am personally considering using socketcluster over...