Mathias Kraus

Results 528 comments of Mathias Kraus

@tobiasstarkwayve oh, can you print the thread ID in the `insert` and `release` methods? One thing to also keep in mind is that the samples also accesses the endpoint when...

@tobiasstarkwayve I had a closer look at the code and I agree with your assessment. The only way this could happen is when the else branch is taken in the...

The `can_be_taken_from` is used with `std::memory_order_seq_cst` in `store` as well as in `load`. Without digging too deep into the code, this should be sufficient to handle over ownership between threads....

@tobiasstarkwayve I have too little knowledge about the ROS executor but everything points to an unsynchronized access @eboasson did you experience something similar to what Tobias describes with Cyclone DDS...

@tobiasstarkwayve any update on this. Can we close the issue?

@tobiasstarkwayve I guess the right place would be the rmw_cyclone_dds repo?

It seems you are running out of server resources. I can only speculating about the reason. Usually the dtor takes care of releasing the resources. Unfortunately the introspection client does...

You have to move `client_->releaseResponse(responsePayload);` out of the if condition, else you will lose chunks when the sequence ID of the response does not match the expected sequence ID. Can...

@nevernevergu closing this issue. If you are still effected and can share more information, feel free to reopen.

@gpalmer-latai how big of an issue is this right now? We are currently quite busy with the iceoryx2 C and C++ bindings and I would look into this once we...