Skip to content

v1.1.1-RC1

@raboof raboof tagged this 25 Apr 13:57
Currently, when you run `start` twice with the same config, it will
start the PekkoManagement extension once and return the same `Uri`.
This is a convenient 'idempotence'. However, previously this would
silently ignore the second invocation if the parameters of the two
calls were different, leading to a race condition.

The change in this commit adds error handling so that if the second
invocation uses different parameters, it will fail the second call
with a sensible error message.
Assets 2
Loading