Basically when one channel is closed next opened within the same connection immediately enters LAST block in whenever $channel.Supply(:bin).
This is not issue in your code. I just need to consult someone who also uses SSH::LibSSH as I'm trying to figure out if this error is specific to my setup (libssh versions, CPU architecture or sshd settings) or is this some deeper flaw within SSH::LibSSH module.
Hi.
I've started working recently a lot with SSH tunnels in Raku and I want to ask if you ever encountered this: https://github.com/jnthn/p6-ssh-libssh/issues/21 ?
Basically when one channel is closed next opened within the same connection immediately enters
LAST
block inwhenever $channel.Supply(:bin)
.This is not issue in your code. I just need to consult someone who also uses SSH::LibSSH as I'm trying to figure out if this error is specific to my setup (libssh versions, CPU architecture or sshd settings) or is this some deeper flaw within SSH::LibSSH module.