Skip to content

v5.1.4

Compare
Choose a tag to compare
@ben-palmer-sociomantic ben-palmer-sociomantic released this 15 Oct 12:42

https://github.com/sociomantic-tsunami/ocean/milestone/122

Issues Fixed

Fix -= operator implementation in SuspendableThrottlerCount

ocean.io.model.SuspendableThrottlerCount

The -= operator overload (D1 opSubAssign) was inexplicably aliased
to the add method rather than the correct remove. This probably
means that no one was ever actually using the operator overload, but it
seems a good idea to fix it in any case.