oliver3 / purescript-telegraf

PureScript interface for the Telegraf.js bot framework
MIT License
1 stars 1 forks source link

Messages not received in order #1

Closed oliver3 closed 6 years ago

oliver3 commented 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.

Maybe all WithContext should be Aff instead of Eff to fix this?

oliver3 commented 6 years ago

Fixed with v0.5.0