hldb / welo

peer-to-peer, collaborative states using Merkle-CRDTs
Other
32 stars 2 forks source link

fix: Fix the multi replicator start/stop. #69

Closed saul-jb closed 1 year ago

saul-jb commented 1 year ago

This PR fixes the starting and stopping of the multi replicator's replicators.

The issue occurred because an array was passed to the start/stop methods instead of individual arguments.

tabcat commented 1 year ago

Nice catch!