Skip to content

Releases: rancher/remotedialer

v0.2.4

28 Jan 17:50
Compare
Choose a tag to compare
Update client.go

use proxy in call to dialer

v0.2.3

18 Nov 17:51
Compare
Choose a tag to compare
Add metrics counts

v0.2.2

30 Aug 19:54
Compare
Choose a tag to compare
improve web socket error logging

v0.2.1: Run onConnect handler in the background

30 Aug 19:44
Compare
Choose a tag to compare
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

22 Aug 17:20
3d086ba
Compare
Choose a tag to compare

v0.1.0

24 Jul 05:13
Compare
Choose a tag to compare
Update for new context