nats.c icon indicating copy to clipboard operation
nats.c copied to clipboard

A C client for NATS

Results 62 nats.c issues
Sort by recently updated
recently updated
newest added

### Observed behavior Once a connection is made to the nats server and a pull subscription is created using the js_PullSubscribe method, the errno (provided by errno.h) gets set to...

defect

Travis sanitize builds seem to still produce unique failures that are not appearing in GHA jobs. However, some were compiled with `Release` making call stack interpretation difficult (like, https://app.travis-ci.com/github/nats-io/nats.c/jobs/624866438). Use...

### Observed behavior I'm trying to compile nats.c v3.10.1 in Centos7 with OpenSSL 1.0.2k-fips 26 Jan 2017 (we need to be able to run our software on some old servers)....

defect

We had several issues around the introducing of a verification callback. We reverted to use a `NATS_WITH_EXPERIMENTAL` build flag, but still, as part of the rewrite, there was something of...

### Proposed change We are using NATS.io across multiple languages such as Go and Python and need nats-c to support Object Store to be compatible in transferring large messages. ###...

proposal

Documentation changes were detected. Please review and merge.

documentation

Documentation changes were detected. Please review and merge.

documentation

add proxyConnectCb for TLS connection via proxy (#870)

Remove openssl dependency in nats.h. * one of the proposed solutions for #857 * introduces a breaking change to recently introduced SSL callback option

### Proposed change I need the ability to connect to a TLS encrypted NATS bus via a HTTP proxy using the C client. ### Use case - ### Contribution -

proposal