hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
250 stars 20 forks source link

notification script doesn't receive update about disconnect #173

Open duckdalbe opened 6 years ago

duckdalbe commented 6 years ago

The notification_callback appears to not receive a note after a /disconnect event. But it should, shouldn't it?

In the log these two error messages are shown (not sure if this is related):

* error * disconnected
* async error * Unix.Unix_error(Unix.EBADF, "check_descriptor", "")
cfcs commented 6 years ago

oh, good point, that does indeed sound like a good thing to notify about!