nats-io / nats.c

A C client for NATS
Apache License 2.0
382 stars 132 forks source link

Example js-sub.c is missing stream parameter in usage #724

Open vdeters opened 5 months ago

vdeters commented 5 months ago

Observed behavior

Just perusing the code...it seems the stream parameter is required but it's not listed in the usage.

Expected behavior

Include the stream parameter in the usage output.

Server and client version

3.7.0

Host environment

All.

Steps to reproduce

Run the example.

vdeters commented 5 months ago

Same goes for durable parameter.