Archive Index
This month's Index
|
Subject: Re: About libssh2_channel_read
Re: About libssh2_channel_read
From: Peter Stuge <peter_at_stuge.se>
Date: Tue, 9 Mar 2010 15:10:22 +0100
sebastien isquierdo wrote:
> - create a non-blocking session (libssh2_session_init, )
Good, this is important.
> - for each socket write on the good channel (libssh2_channel_write)
Note that libssh2 is not at all thread safe. You need a global mutex
> My problem is libssh2_channel_read returns informations only from
Please send a libssh2 debug log from establishing one connection,
Let's see if we can spot the problem.
//Peter
|