smart-socket v1.4.8 发布,国产 Java AIO 通信框架
smart-socket 是一款国产开源的 Java AIO 框架,追求代码量、性能、稳定性、接口设计各方面都达到极致。如果 smart-socket 对您有一丝帮助,请 Star 一下我们的项目并持续关注;如果您对 smart-socket 并不满意,那请多一些耐心,smart-socket 一直在努力变得更好。 Maven <!-- https://mvnrepository.com/artifact/org.smartboot.socket/aio-core --> <dependency> <groupId>org.smartboot.socket</groupId> <artifactId>aio-core</artifactId> <version>1.4.8</version> </dependency> 更新内容: 重构服务端线程模型,相比之前版本简化很多。 服务端支持自定义 backlog。 新增状态机:ACCEPT_EXCEPTION,当服务端...