deepstream.io v5.1.6 Release Notes

Release Date: 2020-11-24 // over 3 years ago
  • ๐Ÿ›  Fix

    • ๐Ÿ›  Fix #1091 heartbeat not working with node-http/ws

    This fix now adds a timestamps to every message frame recieved and sets up an interval ๐ŸŽ per socket to check heartbeat exists. Didn't do any performance tests but I'm assuming having a single interval is cheaper than setting a timeout and canceling on each message.

    This fix also exposes that we don't serialize STATE_TOPIC_REGISTRY/NOT_SUBSCRIBED message correctly which throws an error and crashes the server. That fix will require more elbow grease and hasn't been reported so will just keep an eye on issues.