nats-io / nats.swift

Swift client for NATS, the cloud native messaging system.
Apache License 2.0
22 stars 4 forks source link

Improve flush #14

Closed Jarema closed 10 months ago

Jarema commented 10 months ago

This might not be the final solution for smart flushing that is nor relying on timing, but it already shows improvement: In basic tests, Messages arrive to destination without delay, yet the benchmark is not affected.

Signed-off-by: Tomasz Pietrek tomasz@nats.io