Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
revendor go-framed-msgpack-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 5, 2017
1 parent 16fd06f commit 39575fc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion libkbfs/bserver_remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func newBlockServerRemoteClientHandler(name string, log logger.Logger,
TagsFunc: libkb.LogTagsFromContext,
ReconnectBackoff: func() backoff.BackOff { return constBackoff },
DialerTimeout: dialerTimeout,
InitialReconnectBackoffWindow: bserverReconnectBackoffWindow,
InitialReconnectBackoffWindow: func() time.Duration { return bserverReconnectBackoffWindow },
}
b.initNewConnection()
return b
Expand Down
2 changes: 1 addition & 1 deletion libkbfs/mdserver_remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func NewMDServerRemote(config Config, srvRemote rpc.Remote,
TagsFunc: libkb.LogTagsFromContext,
ReconnectBackoff: func() backoff.BackOff { return constBackoff },
DialerTimeout: dialerTimeout,
InitialReconnectBackoffWindow: mdserverReconnectBackoffWindow,
InitialReconnectBackoffWindow: func() time.Duration { return mdserverReconnectBackoffWindow },
}
mdServer.initNewConnection()

Expand Down
27 changes: 17 additions & 10 deletions vendor/github.com/keybase/go-framed-msgpack-rpc/rpc/connection.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@
"revisionTime": "2016-12-08T01:54:25Z"
},
{
"checksumSHA1": "2coH3or2TjH+4j2KCnfHlToMir8=",
"checksumSHA1": "jlYtmguW0dqFPRGF3cxhzZhB5NY=",
"path": "github.com/keybase/go-framed-msgpack-rpc/rpc",
"revision": "375cb8d53f23800421ccff862afad54905ddf580",
"revisionTime": "2017-12-04T02:34:24Z"
"revision": "df335ebdda20780040b008b0503939af12a7cff7",
"revisionTime": "2017-11-30T20:40:55Z"
},
{
"checksumSHA1": "RLs8GIV4e+D350pyzZh5RC3mgQg=",
Expand Down

0 comments on commit 39575fc

Please sign in to comment.