1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

make initial connection

This commit is contained in:
Zack Scholl 2019-04-30 11:35:27 -06:00
parent 8f816304f9
commit a70aa0a4fc

View file

@ -192,8 +192,6 @@ func (c *Client) Receive() (err error) {
//})
//fmt.Println(discoveries)
//fmt.Println(err)
return nil
return c.transfer(TransferOptions{})
}