nats-io/nats.net.v2

KV GetEntryAsync using TryFromBase64String buffer incorrectly

mtmk opened this issue · 0 comments

mtmk commented

We should allocate an oversized buffer based on string input length in NatsKVStore.GetEntryAsync() method (see also link below).

Looks like ReaderBufferSize is used in NatsKVStore.cs - will decreasing it have an effect? Or is its usage there incorrect?

Originally posted by @caleblloyd in #383 (comment)