Skip to content

REACT-CPP 1.0.2

Compare
Choose a tag to compare
@RafalGoslawski RafalGoslawski released this 07 Oct 10:19
· 2 commits to master since this release

Changelog:

  • During make install link to .so files using relative path. Fixes #6
  • Added support for unix domain socket client. Fixes #9.
  • Fixed bug in ThreadWorkerImpl: it was possible for the thread to run before the data that it accessed was initialized