Maxim Kolesnikov
Maxim Kolesnikov
I suggest using [nlohmann/json](https://github.com/nlohmann/json) instead. It's more modern, still maintained and pretty much as fast as rapidjson now.
Never used it myself nor have I seen it being used in other projects. Rapidjson/nlohmann feels like an industry standard at this point with the first used for more speed...
Any updates on the issue?
Thanks for the patch, worked for me! Got this message after the auth: `error closing loopback server: `, is something wrong with handling the response? Everything worked fine, just a...
> Is the error I'm seeing due to this issue? Unfortunately, yes. You can try a fix from #1142 for now. I'm not sure when it will be merged to...