mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-09-03 02:35:15 +00:00
Finish the comment on the Disconnect function.
This commit is contained in:
parent
6825e68c59
commit
2fc983ece1
1 changed files with 2 additions and 1 deletions
|
@ -650,7 +650,8 @@ func (c *Client) Disconnected() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disconnect disconnects the current websocket associated with the client. The
|
// 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.
|
// This function has no effect when the client is running in HTTP POST mode.
|
||||||
func (c *Client) Disconnect() {
|
func (c *Client) Disconnect() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue