codingteam / emulsion

XMPP ↔ Telegram bridge
MIT License
33 stars 3 forks source link

XmppClient: get rid of Async.Start #131

Closed ForNeVeR closed 3 years ago

ForNeVeR commented 3 years ago

That API is dangerous (it may crash the process if misused).

While we seem to use it very carefully, I prefer to not take any chances.

ForNeVeR commented 3 years ago

Thanks for review!