We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The processTimer property of RemotingCommand should not be serialized
Cancel the serialization of this field
This field serialization to the client is useless firstly,
secondly, the increased amount of serialized byte data increases the transmitted data.
Thirdly, the time of serialization is increased.
No response
The text was updated successfully, but these errors were encountered:
[ISSUE apache#7679]Optimize the serialization of RemotingCommand proc…
6875aba
…essTimer property
[ISSUE #7679] Optimize the serialization of RemotingCommand processTi…
403ad6f
…mer property (#7683)
Successfully merging a pull request may close this issue.
Before Creating the Enhancement Request
Summary
The processTimer property of RemotingCommand should not be serialized
Motivation
The processTimer property of RemotingCommand should not be serialized
Describe the Solution You'd Like
Cancel the serialization of this field
Describe Alternatives You've Considered
This field serialization to the client is useless firstly,
secondly, the increased amount of serialized byte data increases the transmitted data.
Thirdly, the time of serialization is increased.
Additional Context
No response
The text was updated successfully, but these errors were encountered: