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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

fraunhofer-iis-bot opened this issue · comments

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

Merges reuse_creadline_buffer -> 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

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

merged

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

mentioned in commit c9fdd27