Skip to content

Commit

Permalink
Fix #48.
Browse files Browse the repository at this point in the history
[Fix] Server side reboot client side can't reconnect.
  • Loading branch information
iineva committed Oct 31, 2017
1 parent de0e434 commit 36d5e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func (c *Client) loop() {
d := websocket.Dialer{
ReadBufferSize: 1024,
WriteBufferSize: 1024,
HandshakeTimeout: b.Duration(),
Subprotocols: []string{chshare.ProtocolVersion},
}
//optionally CONNECT proxy
Expand Down

0 comments on commit 36d5e41

Please sign in to comment.