µWebSockets v18.8.0 Release Notes

Release Date: 2020-06-27 // almost 4 years ago
  • Meaningful close reasons

    The library will now report more meaningful reasons when internally closing a WebSocket:

    • Close code 0 is never reported; instead the standard 1005 code will be used to denote missing close code
    • Close code 1006 is now accompanied with a meaningful text reason such as "Message too big" or "WebSocket timed out".