gstd-1.x icon indicating copy to clipboard operation
gstd-1.x copied to clipboard

Fix the property read-back when setting a property

Open lleon95 opened this issue 3 years ago • 1 comments

This fixes a bug that issues critical warnings when dealing with write-only properties. When setting this kind of property many times, the number of messages gets unmanageable, and the logs get dirty

Addressing: https://github.com/RidgeRun/gstd-1.x/issues/275

lleon95 avatar Oct 18 '22 16:10 lleon95

Should we add something to the response even if the property is write only? Like "value": null or "value": "WRITE_ONLY".

Sounds fair to me. I will do it

lleon95 avatar Oct 18 '22 21:10 lleon95