nats.c
nats.c copied to clipboard
A C client for NATS
As per title: `src/libnats.pc.in` has ``` prefix="@CMAKE_INSTALL_PREFIX@" exec_prefix="${prefix}" libdir="${prefix}/@CMAKE_INSTALL_LIBDIR@" ``` and so can’t handle absolute paths in `CMAKE_INSTALL_LIBDIR`. This leads to broken .pc files on NixOS in particular. See “[Concatenating...
(clarification: I'm referring to nats-client for C) I'm aware of this thread for WebSocket: https://github.com/nats-io/nats.c/issues/371 The issue got closed stating that adding WebSocket support was controversial back then. Things have...
Hello! It would be nice to have this library in Meson's registry, WrapDB https://mesonbuild.com/Wrapdb-projects.html ---- I'll contribute if I figure it out. I'm bad at C, but okay at Python...
PR related to https://github.com/nats-io/nats.c/issues/483 discussion
## Feature Request Currently, I see there have the natsConnection_RequestString with a given timeout in MS, can it has an async version? Likes `natsConnection_RequestString(&reply, nc, "foo", "help", callback, 1000);` Once...
This will add a thin wrapper around the C functions to make the development in C++ less painfull. A python script will generate `nats.hpp` directly from `nats.h` with the [Clang...
Can you please give me a hint how I can solve the following problem? Suppose that my connection to nats server is unstable. To send requests I manually create single...
Hey everyone! Is there any plans to ship nats.c as a [conan](https://conan.io) package?