flash-netty icon indicating copy to clipboard operation
flash-netty copied to clipboard

掘金小册及实体书源码

Results 11 flash-netty issues
Sort by recently updated
recently updated
newest added

### What happened? There are 1 security vulnerabilities found in io.netty:netty-all 4.1.6.Final - [CVE-2019-16869](https://www.oscs1024.com/hd/CVE-2019-16869) ### What did I do? Upgrade io.netty:netty-all from 4.1.6.Final to 4.1.44.Final for vulnerability fix ### What...

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.29 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

19:49:03.127 [nioEventLoopGroup-3-3] WARN io.netty.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not...

Hi, We are developing a tool to check whether the dependencies' scopes in maven are set rightly and reasonably. Our tools have found some issues in your project about scope...

你好; 代码中存在一个问题; the.flash.protocol.Packet 在被传递的过程中; 使用 ctx.writeAndFlush(msg)调用链路 会走到 AbstractChannel#write(Object msg, ChannelPromise promise) 其主要代码: ``` ... // 依据msg的类型对其msg进行过滤 msg = filterOutboundMessage(msg); ... //发送msg outboundBuffer.addMessage(msg, size, promise); ``` 而在我们代码中 msg 全部为 自定义的Packet类型,而非ByteBuf 这会导致数据无法发送;...

![image](https://user-images.githubusercontent.com/31435840/58626093-85d6cc80-8306-11e9-9cfc-9766ac98b3fa.png) 应为 ![image](https://user-images.githubusercontent.com/31435840/58626206-d0f0df80-8306-11e9-95ce-12f5b40c0e6e.png)