소스 검색

fix socket addr reuse

stanley-king 7 년 전
부모
커밋
7c2d878112
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/room/room_client.php

+ 1 - 1
helper/room/room_client.php

@@ -78,7 +78,7 @@ class room_client extends tcp_client
     }
 
     public function remote_addr() {
-        return "{$this->mHost}:{$this->mPort}";
+        return "tcp://{$this->mHost}:{$this->mPort}";
     }
 
     public function invite($roomid,$user)