wenxuwan commented on pull request #263: URL: https://github.com/apache/dubbo-go-hessian2/pull/263#issuecomment-800130587
> > > the test fail for go1.13 there is infinite loop to call reflect.deepequal , which is ok for go1.16 > > > > > > I am using version 1.13 in my environment now. Will this error have any effect? > > Hessian supports object loop referenceļ¼ it's not the issue of hessian. > There is infinite loop only when calling reflect.deepequal to check self reference object. > > Anyway, I'll change the unit test to not use the reflect.deepequal. got it , thanks for your response ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
