nats-io / nats.swift

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

Handle status codes in parser, throw on no responders in request #47

Closed piotrpio closed 7 months ago

piotrpio commented 7 months ago

Possibly we also should wrap status codes in a separate type.

piotrpio commented 7 months ago

@Jarema @mtmk I changed one thing - StatusCode is now its own type instead of UInt16.