itswuanran / enode

DDD 框架
MIT License
207 stars 55 forks source link

当消息未有返回值的情况,空指针异常,且控制台日志未输出。 #79

Closed 654894017 closed 3 years ago

654894017 commented 4 years ago

DefaultCommandListener 类 56行空指针异常, ReplyAddress有可能为空

commandItems.put(SysProperties.ITEMS_COMMAND_REPLY_ADDRESS_KEY,InetUtil.toStringAddress(commandMessage.getReplyAddress()));

itswuanran commented 4 years ago

感谢提醒,会在1.0.8版本进行修复

654894017 commented 4 years ago