awesome-flow / flow

Flow is a Golang framework for building complex configurable message relays
MIT License
18 stars 4 forks source link

Fixing detected race conditions #16

Closed osdrv closed 5 years ago

osdrv commented 5 years ago

Go test -race detected a pile of race conditions. Some of them are produced by test implementations, some other look pretty dangerous. To be investigated.