robotology / yarp.js

JavaScript bindings for YARP!
GNU Lesser General Public License v3.0
10 stars 8 forks source link

Fix node.js random segmentation fault due to race condition in YarpJS_Callback::onRead #33

Closed nunoguedelha closed 2 years ago

nunoguedelha commented 2 years ago

Fixes #32 .

traversaro commented 2 years ago

@nunoguedelha is this PR still in draft?

nunoguedelha commented 2 years ago

@nunoguedelha is this PR still in draft?

Yes @traversaro , I'm pushing a new commit today with a cleaner implementation.

nunoguedelha commented 2 years ago

Thanks @traversaro !