wongoo commented on PR #384:
URL: 
https://github.com/apache/dubbo-go-hessian2/pull/384#issuecomment-3544692269

   @yumosx  unit test  TestMultipleLevelRecursiveDep2 failed,  u can update the 
test and re-run the CI to check the reason:
   
   ```go
        decoded := fmt.Sprintf("%v", obj)
        origin := fmt.Sprintf("%v", data)
        if decoded != origin {
                t.Errorf("deserialize mismatched, origin: %s, decoded: %s", 
origin, decoded)
        }
   ```


-- 
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]

Reply via email to