Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
何平 committed Feb 4, 2024
1 parent 9724489 commit 7cad7a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions cloud-admin/SDB/WebSocketDebugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,10 @@ public function out(string $string = '', bool $newline = true): static
return parent::out($string);
}

$this
->socket
->broadcastWebSocketFrame(Psr7::createWebSocketTextFrame(payloadData: $string));
$this->socket->broadcastWebSocketFrame(Psr7::createWebSocketTextFrame(payloadData: $string));
//todo:map暂时恢复为空数组,减少bug
$this->map = [];

return $this;
}

Expand Down
4 changes: 2 additions & 2 deletions todo.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
3.RBAC权限验证(进行中)
4.phar(未开发)
5.使用Box打包本项目(待开发)
6.研究SDB提供网页交互式功能(Ws,Tcp)(进行中)
7.xhgui+xhprof(已完成)
8.page分页功能(已完成)
9.调试swow-debug的能力需要在编译swow的时候开启debug模式
10.swow-trace日志
10.swow-trace日志
11.封装SDB功能(ps,pool,route,crontab)已封装为table,需要分析哪些命令需要为json原样输出,哪些命令需要原样输出。

0 comments on commit 7cad7a8

Please sign in to comment.