samisagit / natskell

A NATS client library written in Haskell
MIT License
7 stars 0 forks source link

Make -ERR message field parser #22

Closed samisagit closed 2 years ago

samisagit commented 2 years ago

-ERR parsers need to be looser for pub/sub permission violations since the invalid subject is repeated back in the message field which could be complete nonsense. A single quote is the only known delimiter.

Closes #21