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

Merge branch 'master' of github.com:schollz/croc

This commit is contained in:
Zack Scholl 2020-10-22 17:05:04 +00:00
commit 05c82809c6

View file

@ -102,6 +102,7 @@ func (s *server) run() (err error) {
room, errCommunication := s.clientCommunication(port, c) room, errCommunication := s.clientCommunication(port, c)
if errCommunication != nil { if errCommunication != nil {
log.Debugf("relay-%s: %s", connection.RemoteAddr().String(), errCommunication.Error()) log.Debugf("relay-%s: %s", connection.RemoteAddr().String(), errCommunication.Error())
return
} }
for { for {
// check connection // check connection