rlayte/toystore

Clean up after tests runs

Opened this issue · 0 comments

It's currently not possible to run multiple integration tests because there's not shutdown method and subsequent tests will try to bind to the same host/port combos. Should add a Shutdown method to Toystore that stops the RPC server and gossip protocol.