stan.net icon indicating copy to clipboard operation
stan.net copied to clipboard

Implement Publish/PublishAsync overloads with offset and length for byte array

Open Semax opened this issue 3 years ago • 0 comments

NATS client has overloads for Publish method accepting byte array along with offset and length of data to be used. It'd be great to have the same for STAN client. This will allow to have more options for message serialization and array recycling.

Thanks.

Semax avatar Oct 14 '20 06:10 Semax