clue / reactphp-ssh-proxy

Async SSH proxy connector and forwarder, tunnel any TCP/IP-based protocol through an SSH server, built on top of ReactPHP.
https://clue.engineering/2018/introducing-reactphp-ssh-proxy
MIT License
21 stars 7 forks source link

Only start consuming STDOUT data once connection is ready #11

Closed clue closed 5 years ago

clue commented 5 years ago

This fixes a race condition that happened when the target server sent data right after the connection (common for MySQL server connection)