Closed bartelink closed 1 year ago
Reverts the Committed event signature change, changing it from string * string * Event[]' back toFsCodecStreamName * Event[]`
string * string * Event[]' back to
The changed signature did not mesh well with the needs of test suites that use Propulsion.Sinks and/or Propulsion.MemoryStore
Propulsion.Sinks
Propulsion.MemoryStore
Also (temporarily) adds a hacked way to disable the locking. This will remain undocumented and will be removed in due course.
Reverts the Committed event signature change, changing it from
string * string * Event[]' back to
FsCodecStreamName * Event[]`The changed signature did not mesh well with the needs of test suites that use
Propulsion.Sinks
and/orPropulsion.MemoryStore
Also (temporarily) adds a hacked way to disable the locking. This will remain undocumented and will be removed in due course.