-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 优化`easyService`服务的行为,增加`-c,--config`参数的支持. 2. 支持`easyservice`的quit命令. 3. 修复`window`,`macos`系统下不支持`quic`和`kcp`的问题. 4. 新增兼容多平台的`signal`发送组件. 5. 支持`Websocket`协议. 6. 增加并发请求客户端`Multiclient`.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dmicro | ||
|
||
const Version = "v0.3.3" | ||
const Version = "v0.4.0" | ||
const Authors = "ClownFish(osgochina@gmail.com)" |