你的问题 | 使用场景
描述你遇到的问题,或使用场景(询问框架能否满足此类需求)
java.lang.NullPointerException: Cannot invoke "com.iohao.game.action.skeleton.core.commumication.InvokeModuleContext.invokeModuleCollectMessage(com.iohao.game.action.skeleton.core.CmdInfo, Object)" because "context" is null
预期值
期望的预期值
实际值
实际值
复现步骤
描述复现步骤,并提供复现 demo
@OverRide
public void startupSuccess(BrokerClient brokerClient) {
super.startupSuccess(brokerClient);
try {
InvokeModuleContext context = BrokerClientHelper.getInvokeModuleContext();
版本