Skip to content

v1.7.2: Remove unused variable from Request class

Latest
Compare
Choose a tag to compare
@kubemq kubemq released this 29 Apr 07:32
· 46 commits to master since this release
The variable _id was previously defined in the Request class within KubeMQ.SDK.csharp/CommandQuery/LowLevel, but was not being used. This change removes that unused private variable, simplifying the code and reducing potential confusion.