[[ 🏗
=br6Go Vervis
]] ::
[📥 Inbox]
[📤 Outbox]
[🐤 Followers]
[🤝 Collaborators]
[🐛 Tickets]
[📖 Wiki]
[✏ Edit]
BUG: unknown channel in ssh library
Created on 2019-01-21 by
~fr33domlover
Since I switched from StateT
to ReaderT IORef
sometimes that error happens, it gets logged in the log file. It doesn’t cause a crash though, it seems, because an allocation error follows and then comes the crash.
Idk of the errors are related, need to do some SSH pull/push and see if that error gets logged occasionally.
Possibly it’s because of the IORef
. If that’s the case, change it to be a TVar
instead.
Status: Open