Closed oliver3 closed 6 years ago
reply "1" reply "2" reply "3"
can sometimes be received in the wrong order, because reply etc do not wait for the Promise.
Promise
Maybe all WithContext should be Aff instead of Eff to fix this?
Fixed with v0.5.0
can sometimes be received in the wrong order, because reply etc do not wait for the
Promise
.Maybe all WithContext should be Aff instead of Eff to fix this?