Sam Eaton
Sam Eaton
Firstly, sorry for the several issues. really digging deep here. Thanks for the library! NATS headers allows duplicate keys with different values, just like HTTP headers (the server might have...
from the nats doc, we can specify an optional client name to the connection https://docs.nats.io/reference/reference-protocols/nats-protocol#syntax-1 i went through the code in this repo and found out this is achievable by...
I have this code in my crystal client to check the state of the connection: ```crystal nats = NATS::Client.new(URI.parse("nats://127.0.0.1:4222")) puts "NATS server_info: #{nats.server_info}" nats.on_disconnect { puts "NATS disconnected!" } spawn...
### Description It would be useful to disable the `MemberNames` rule for members that are private, since the casing has no external consequences. ### Known workarounds Current workaround is to...