nats.py icon indicating copy to clipboard operation
nats.py copied to clipboard

KeyValue creation time not returned when using get method

Open VariabileAleatoria opened this issue 2 years ago • 0 comments

Apparently when using get method from a key value store the value of created is never initialized.

https://github.com/nats-io/nats.py/blob/8d75773d5529d9b4299099752a0c2e26ab862d19/nats/js/kv.py#L167

VariabileAleatoria avatar Nov 30 '22 11:11 VariabileAleatoria