quacktors
quacktors copied to clipboard
Fix feature/control-channel
All tests should pass. The arch change to control channel is important so that there is no weird raisyness in the quit behaviour. This is testable via
for run in {1..50}; do go test -run TestGenServerCallWithTimeout; done
Something is wrong with the monitor code here. Go through the monitor code and look into the abortable. They might need rework
Okay, definitely the monitor code. It's always the same 6 tests that fail. Always because of a demonitor thing.