nats-io / nats.swift

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

Improve client builder and get rid of options form Client #25

Closed piotrpio closed 9 months ago

piotrpio commented 9 months ago

This PR fixes ClientBuilder and gets rid of unnecessary option fields from Client itself. The initialization of ConnectionHandler now takes place only in ClientBuilder.