Releases: rancher/remotedialer
Releases · rancher/remotedialer
v0.2.4
Update client.go use proxy in call to dialer
v0.2.3
v0.2.2
improve web socket error logging
v0.2.1: Run onConnect handler in the background
Before if the onConnect handler ran longer than the ping wait duration then the server would disconnect the client. Now we run the onConnect handler in the background to ensure that pings start sending right away.
v0.2.0: Merge pull request #4 from erikwilson/serve-context
Add context to serve
v0.1.0
Update for new context