An alpha update
功能特点
- 路由:将推送和拉取操作合并为一体(自版本 v0.1 起)
- 通知:接收服务器端通知(自版本 v0.2 起)
- 数据同步:同步客户端-服务器端数据(基于对象)
- 玩家桥接:在玩家之间直接通信
测试
路由
运行命令 /msgc_test_routing,如果成功将有输出。
通知
运行命令 /msgc_test_notification,如果成功将有输出。
发展路线
v1(下一个版本)
基本数据处理
v2
数据同步
v3
"玩家桥接",允许直接向玩家发送消息。
赞助
版本&下载
# MessageChain 0.2.1
Add some experimental features
Add some experimental features
# Feature(s) added
- `Notification`
Allows server-side push notification.
# Feature(s) stabilized
- `Routing`
Added method to run request in another thread.
- Integration
Mod will show on `modmenu` mods list.
# Fixed issues
- Set accessibility of `requestMap` to private, because it should be processed internally.
# Other
**Full Changelog**: https://github.com/Ranzeplay/MessageChain/compare/v0.1...v0.2
- `Notification`
Allows server-side push notification.
# Feature(s) stabilized
- `Routing`
Added method to run request in another thread.
- Integration
Mod will show on `modmenu` mods list.
# Fixed issues
- Set accessibility of `requestMap` to private, because it should be processed internally.
# Other
**Full Changelog**: https://github.com/Ranzeplay/MessageChain/compare/v0.1...v0.2
The first version ever published.
收录



