Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

v2.2.3

Compare
Choose a tag to compare
@jsharkey13 jsharkey13 released this 05 Jan 16:00
· 1326 commits to master since this release

Emergency Release

Changelog:

  • Fix missing Related Questions and Related Concepts on some maths questions.
  • Fix more uses of .includes(...) rather than .indexOf(...) > -1.
  • Prevent WebSocket reconnection attempts if the connection is closed by an error, and prevent more than one WebSocket being opened by the frontend.
  • Close WebSockets correctly on the server when an error occurs, add sensible logging for this.
  • Update server WebSocket map to use concurrent queues to avoid threading issues.
  • Add an admin diagnostics endpoint to help work out cause of server hangs.