Skip to content

v1.1.1

Compare
Choose a tag to compare
@elliotchance elliotchance released this 25 Jul 13:32
· 7 commits to master since this release
8447f1e
Let the listener open more than 1 connection (#6)

Fix the issue that was introduced in 1.1.0 where a listener would only accept a single connection. Instead track all the open connections in SSHTunnel.Conns (and SSHTunnel.SvrConns) and close all connections when SSHTunnel.Close() is called.

I think this addresses the issue #5