nats-io / nats.swift

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

Fix another promise leak #69

Closed mtmk closed 6 months ago

mtmk commented 6 months ago

This was being triggered when port was not passed part of the url e.g. wss://example.com/some/path as opposed to wss://example.com:443/some/path

Also added couple more locations fulfilling the promise in case of other errors.