abrandoned / protobuf-nats

MIT License
8 stars 4 forks source link

Alow up to 5 seconds for the nats connection to flush before shutdown #41

Open film42 opened 5 years ago

film42 commented 5 years ago

Fixes https://github.com/abrandoned/protobuf-nats/issues/40

I'm not sure adding another log line is useful here.

film42 commented 5 years ago

This actually isn't a concern because the nats library has the option to force a flush on publish and we are currently using that option.