mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Merge branch 'master' of github.com:schollz/croc
This commit is contained in:
commit
05c82809c6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue