Releases: kubemq-io/kubemq-CSharp
Releases · kubemq-io/kubemq-CSharp
v1.7.2: Remove unused variable from Request class
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.