Open bella-WI opened 4 months ago
Subscription violations are not send as a response to a subscribe
, but as an asynchronous message sent to the client.
You can catch it with event callback
We're discussing options across the clients if that can be improved.
Any news on this topic?
Observed behavior
Im expirementing with the auth callout and setting permissions for clients connecting to my nats-server. The following setup is happening:
Expected behavior
I would expect the subscribe to return an error in this case an the unwrap to trigger a warning.
Server and client version
nats-server: v2.10.16
Host environment
No response
Steps to reproduce
No response