This commit is contained in:
parent
a258da3678
commit
357282c0e4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -141,7 +141,7 @@ func (c *Client) Receive() ([]RawMessage, error) {
|
|||
return messages, nil
|
||||
}
|
||||
|
||||
func (c *Client) handshakeLoop(password string) error {
|
||||
func (c *Client) HandshakeLoop(password string) error {
|
||||
log.Println("sending server info request")
|
||||
err := c.SendPlain(ReqServerInfo, nil, nil, nil)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue