qri-io / registry

MOVED. Registry code now lives at: https://github.com/qri-io/qri/tree/master/registry
MIT License
4 stars 0 forks source link

fix(client pin polling): fix send on closed channel #24

Closed b5 closed 5 years ago

b5 commented 5 years ago

kept running into crashes while running "Publish" from the frontend, turns out it was derived from a stray send on a tick that's firing after a call to tick.Stop(). This done channel is (apparently) an idiomatic pattern