Alberto Ricart
Alberto Ricart
Example to match: https://github.com/nats-io/natscli/blob/cb47d4fbf57b191d84c0badbeb4c763a8ab46b69/cli/micro_command.go#L71-L127 ```bash > deno run -A https://raw.githubusercontent.com/nats-io/nats.deno/echo-demo/examples/services/echo-service.ts ```
This is WIP for a stop strategy for the consumer. We can have until no pending, or a sequence, need to add Date and snapshot (but I think snapshot requires...
Some folks use incorrect transport library (node) for websocket, and it becomes difficult to diagnose.
isClosed() currently telegraphs the state of the nats connection when it should be recording whether the stan session closed properly. Go clients don't have this api, so it should be...