github Nukesor/pueue pueue-lib-v0.20.0

latest releases: v3.4.1, pueue-lib-v0.26.1, v3.4.0...
2 years ago

Added

  • Message::Close which indicates the client that everything is done and the connection is being closed.

Removed

  • Breaking change: Backward compatibility logic for the old group structure in the main state.
  • Breaking change:
    The State no longer owns a copy of the current settings.
    This became possible due to the group configuration no longer being part of the configuration file.

Fixed

  • The networking logic wasn't able to handle rapid successiv messages until now.
    If two messages were sent in quick succession, the client would receive both messages in one go.
    The reason for this was simply that the receiving buffer was always of a size of 1400 Bytes, even if the actual payload was much smaller.
    This wasn't a problem until now as there was no scenario where two messages were send immediately one after another.

Don't miss a new pueue release

NewReleases is sending notifications on new releases.