Skip to content

release-0.4

Compare
Choose a tag to compare
@skx skx released this 22 Apr 08:42
· 50 commits to master since this release

This release is mostly focused upon the internal implementation:

  • Comments have been overhauled.
  • We previously used a single mutex for all "stuff", now we use two:
    • One for adding/removing new connected clients.
    • One on a per-websocket basis.
      • To be honest I'm not sure if I need this. Websocket read/writes are blocking, which is a pain.
      • But basically I want to make sure the proxying stuff doesn't interfere with the keepalive stuff.

There should be no significant visible changes in this release.