NATS client v2.4.2 Release Notes

    • ๐Ÿ›  [FIXED] - #217 - added check to "ignore" exceptions from reader during drain
    • ๐Ÿ‘ป [CHANGED] - no longer call exception handler for "ignored" communication exceptions during close/drain after close occurs
    • ๐Ÿ‘ [ADDED] - #209 - support for comma separated urls in connect() or server()
    • ๐Ÿ›  [FIXED] - #206 - incorrect error message when reconnect buffer is overrun
    • ๐Ÿšš [CHANGED] - #214 - moved to an executor instead of 1-off threads
    • ๐Ÿ›  [FIXED] - #220 - an icky timing issue that could delay messages
    • ๐ŸŽ [CHANGED] - added larger TCP defaults to improve network performance
    • [ADDED] - public method to create an inbox subject using the prefix from options
    • ๐Ÿ›  [FIXED] - #203 & #204 - Fixed a thread/timing issue with writer and cleaning pong queues