load test
Find a file
Jose Garcia 23f6d449e0 Close RPC conn only
- Only close SSH if RPC fails. Closing RPC automatically closes the
  underlying stream which in this case is the SSH connection.
- I thought about closing the SSH conn instead of RPC, but there is a
  bit more cleanup that the RPC library needs to do.
2021-09-20 21:16:54 +00:00
test port forwarding err handling and test refactors 2021-08-06 01:03:03 +00:00
client.go Allow clients to Close a Session, general tidy up 2021-09-20 13:16:38 +00:00
client_test.go rename Server to Session and simplify API 2021-09-02 11:06:58 -04:00
connection.go Start of tests and comments 2021-07-23 01:17:32 +00:00
connection_test.go Connection test 2021-07-28 13:52:30 +00:00
port_forwarder.go Allow clients to Close a Session, general tidy up 2021-09-20 13:16:38 +00:00
port_forwarder_test.go remove ListenTCP and add workaround for ssh.channel.Close EOF 2021-09-03 14:39:47 -04:00
rpc.go Allow clients to Close a Session, general tidy up 2021-09-20 13:16:38 +00:00
session.go Close RPC conn only 2021-09-20 21:16:54 +00:00
session_test.go Fix data race in StartSharing 2021-09-02 14:03:48 -04:00
socket.go Final changes to finish this refactor 2021-07-27 23:19:55 +00:00
ssh.go Allow clients to Close a Session, general tidy up 2021-09-20 13:16:38 +00:00