deepstream.io v1.0.3 Release Notes

Release Date: 2016-07-28 // over 7 years ago
  • ๐Ÿ› Bug Fixes

    • CLI: installer for connectors sometimes fail to download (and extract) the archive #305
    • Auth: File authentication doesn't contain serverData and clientData #304
    Read data using FileAuthentication using clientData and serverData rather than data
    userA:
      password: tsA+yfWGoEk9uEU/GX1JokkzteayLj6YFTwmraQrO7k=75KQ2Mzm
      serverData:
        role: admin
      clientData:
        nickname: Dave
    

    ๐Ÿ”‹ Features

    โฑ ###### Make connection timeout

    ๐Ÿ‘‰ Users can now provide a unauthenticatedClientTimeout config option that forces connections to close if they don't authenticate in time. This helps reduce load on server by terminating idle connections.

    • โฑ null: Disable timeout
    • number: Time in milliseconds before connection is terminated