Skip to content

1.0.2.RELEASE

Compare
Choose a tag to compare
@hengboy hengboy released this 04 Sep 08:54
· 42 commits to master since this release

✨ New Features

  • [ #75 ] 每个消息管道新增 ”MessagePipeDistributor“,用于自动分发管道内的消息

🐛 Fix Bugs

  • [ #77 ] 如果消息管道的数量超出配置上限,抛出异常提醒

🎨 Optimizations

  • [ #68 ] Server分发消息逻辑重构,优化线程池内线程占用CPU的使用率
  • [ #70 ] 废除 “MessageDistributionExecutor” 概念,修改为 “MessageScheduler”
  • [ #71 ] 废除 "MessagePipeMonitor" 公共消息管道监听器,为每个消息管道内的消息添加 "MessageMonitor"
  • [ #72 ] 重构消息管道 "MessagePipe" ,内聚操作管道内消息的方法