rsaLive commented on issue #2033: URL: https://github.com/apache/dubbo-go/issues/2033#issuecomment-1235631019
找到了问题,我使用了自定义filter,注释掉 consumer,dubbogo.yaml 里面的filter 就可以了。 以防自己哪里写错了,我把dubbogo-sample里面的 myClientFilter复制到 comsumer 端,myServerFilter复制到 producer端,还是一样的问题,复现步骤:producer启动之后,comsumer 启动,调用接口没问题,当comsumer 重启一次之后,再次调用接口,comsumer 就提示 runtime error: invalid memory address or nil pointer dereference,看日志都没到producer那端 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
