Finish the comment on the Disconnect function.

This commit is contained in:
Dave Collins 2014-05-08 13:10:09 -05:00
parent 6825e68c59
commit 2fc983ece1

View file

@ -650,7 +650,8 @@ func (c *Client) Disconnected() bool {
}
// Disconnect disconnects the current websocket associated with the client. The
// connection will automatically be re-established
// connection will automatically be re-established unless the client was
// created with the DisableAutoReconnect flag.
//
// This function has no effect when the client is running in HTTP POST mode.
func (c *Client) Disconnect() {