Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

japi: use dedicated creadline buffer for each client - [merged] #105

Closed fraunhofer-iis-bot closed 1 year ago

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 25, 2020, 13:52

_Merges reuse_creadlinebuffer -> dev

A dedicated creadline buffer is now used for each client. It never caused problems because the buffer was not used at all. This issue was also adressed (credits to Jan Raab and Jonas Rottinghaus).

Closes libjapi issue #32

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Oct 6, 2020, 11:39

merged

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Oct 6, 2020, 11:39

mentioned in commit c9fdd27a1a8d7dacc9c4ee496f4898acc1370e41