Subject: | Broken get_status() when ot_status_changed |
When receiving ot_status_changed event, calling Client::opentick
object's get_status() will return undef. Side note: calling
get_status() when receiving ot_on_login will return the correct status.
This bug is somewhat critical because opentick has been flaky lately,
ot_status_changed seems to be the only event triggered when
Client::opentick reconnects (shouldn't ot_on_login too?).