Merge branch 'master' of github.com:schollz/croc
This commit is contained in:
commit
05c82809c6
|
|
@ -102,6 +102,7 @@ func (s *server) run() (err error) {
|
|||
room, errCommunication := s.clientCommunication(port, c)
|
||||
if errCommunication != nil {
|
||||
log.Debugf("relay-%s: %s", connection.RemoteAddr().String(), errCommunication.Error())
|
||||
return
|
||||
}
|
||||
for {
|
||||
// check connection
|
||||
|
|
|
|||
Loading…
Reference in New Issue