block connection

This commit is contained in:
Zack Scholl 2019-04-30 11:30:36 -06:00
parent d1780e70b7
commit a35779f718
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ func New(ops Options) (c *Client, err error) {
return
}
log.Debugf("connection established: %+v", c.conn[0])
fmt.Println(c.conn[0].Receive())
// use default key (no encryption, until PAKE succeeds)
c.Key, err = crypt.New(nil, nil)