Kanzhe Jiang wrote: > v1.2 deprecated libssh2_poll() function. What is the replacement to > read the nonblocking channel without a loop?
You can call poll() or select() in the application. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
