RainYuY commented on issue #15670: URL: https://github.com/apache/dubbo/issues/15670#issuecomment-3283335631
> I have verified the fixed commit code. The main issue is the float deserialization problem. There may be mutual influences in the serialization of primitive type data. When an object has a float-type field earlier and a serialization issue occurs, if there are subsequent char or short-type fields, they will also have value mismatches. After the float-type issue is fixed, both short and char types work properly thanks. -- 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]
