-
Notifications
You must be signed in to change notification settings - Fork 0
Update Release #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
添加了Operation了一些Started/ing() Stopped/ing() 以及Error()方法,旨在状态更新有更明显的提示 全部先弄了JavaDoc,以后再细化细节
添加了operation参数
修正DGPBServerManager.setStatus方法不正确
尝试修正finally块里写的stop()在外界调用stop()后会被再次触发的小问题
添加了关于波形的Gson适配
修整了关于波形的Gson适配
修整了关于波形的Gson适配(第二次)
修改小错误:IPowerBoxReceiveMsg下的内部类实现接口类型错误
将IPowerBoxMsg统一内容接口:将IPowerBoxReceiveMsg和IPowerBoxSendMsg成员合并移动到IPowerBoxMsg,以降低复杂度
重载了PowerBoxMessage中的getPayload方法 修改了对应Manager中的getSharedDate的返回类型更具体 优化了本地客户端获取本机IP的方法
退回到原先的了本地客户端获取本机IP的方法
修正PowerBoxWSClient的Builder的部分方法 给一些内容初始化javadoc
强制服务器绑定 0.0.0.0 IPv4
3944 realms patch 1
* PulseClientMessageHandler 添加了delayTime参数,为了兼容之前的版本,这里就是在ServerOperation做了default,即没有改参数版本默认delayTime值为0(待定) * 将发向客户端createPowerBoxMessage中的消息类型由clientMsg改为msg * 将Client的运行Operation里的方法改为同Server的TryCatch方法统一调用 【项目编译】 首次添加自动构建
* 将PulseClientMessageHandler 无delayTime参数默认值从0设置为500 * 修整了部分代码格式,移除掉部分测试时使用的main方法
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.