浏览代码

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)