clj-commons / manifold

A compatibility layer for event-driven abstractions
1.02k stars 107 forks source link

Do not fail on default catch when not realized #121

Closed dm3 closed 7 years ago

dm3 commented 7 years ago

Missed a case while fixing #116

ztellman commented 7 years ago

Thanks, I think there's a race condition in test-consume-async which caused your PR to fail, I've pushed a change and will see if that helps.