stanley-king 6 年之前
父节点
当前提交
a5407cce4a
共有 3 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      helper/room/room_processor.php
  2. 二进制
      mac_webacc
  3. 二进制
      webacc

+ 5 - 3
helper/room/room_processor.php

@@ -27,10 +27,12 @@ class room_processor implements IProcessor
         $this->mRooms = [];
         $this->mRooms = [];
         $this->mChatwo = new chatwo();
         $this->mChatwo = new chatwo();
     }
     }
-
-    public function onStart() {
+    
+    public function onStart()
+    {
     }
     }
-    public function onConnected($bufid,$stream,$host,$port,$args) {
+    public function onConnected($bufid,$stream,$host,$port,$args)
+    {
     }
     }
     public function onClose($bufid)
     public function onClose($bufid)
     {
     {

二进制
mac_webacc


二进制
webacc