-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 输出&Websocket&转译 大修复:解决「Websocket代码耦合」「消息回传线程锁死问题」等bug
1. 通过在「NAVM输出缓存」中启用「流式处理者列表」实现「输出打印、输出Websocket回传、输出缓存」解耦 2. 通过深入`ws`库,探索使用`ws::Settings`与`WebSocket::broadcaster` 1. 简化「广播到所有连接」的「消息回传」问题 2. 缓解「一时间回传过多消息,Websocket回传线程阻塞导致整个程序阻塞」的问题:输出容量从500提升到24576 3. 结合ONA源码,对ONA shell重新启用「操作注册」,但对「预置操作符名」自动忽略 4. 更改逻辑以修复OpenNARS对「ANTICIPATE」的输出转译失败问题 5. 优化并正式实装Matriangle Websocket服务器,目前可正常对接实验
- Loading branch information
1 parent
73e0b66
commit 3632527
Showing
16 changed files
with
356 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,8 @@ executables/ | |
# 临时文件 | ||
*tempCodeRunnerFile* | ||
|
||
# 日志文件 | ||
*.log | ||
|
||
# 测试用文件 | ||
\[test\]* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.