Artem Arakcheev
Artem Arakcheev
I'm getting error 500 on `GET /resource` requests, when `resources` is empty collection in MongoDB. Can you return code 200 and empty array instead?
I'm using socketIO-client-2 v0.7.5 and socket.io v2.0.3. On my machine, those versions doesn't work together. Are those versions compatible? socketIO-client-2 v0.7.5 is working good with old version socket.io v1.4.8. I...
We often experience slow consumers in our real-time system based on NATS. It is useful if the service would be able to detect itself as a slow consumer. According to...