You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent an hour today reading the 4.0.10 code to diagnose an issue with lost messages in the RPC library and quickly realised that there were some major concurrency issues. I was really pleased to see that Dec 29 these look fixed.
I have a couple of questions:
When do you think this commit will make it into a release and ...
... the bug impacting me in this library was pretty basic and some easy to replicate, is there a QA issue for the ArduinoCore-mbed RPC library or is this commit a sign of an uptick in quality in the RPC library?
I'm trying to work out whether I wait for the RPC library change to be released, pull the diff between HEAD (for RPC) and 4.0.10 onto my Arduino deployment or write a simple layer on top of openamp to get out of the RPC dependency.
Any thoughts appreciated and thanks to the people working in the RPC library and fixed all this stuff. Very much appreciated.
The text was updated successfully, but these errors were encountered:
See a096bd6
I spent an hour today reading the 4.0.10 code to diagnose an issue with lost messages in the RPC library and quickly realised that there were some major concurrency issues. I was really pleased to see that Dec 29 these look fixed.
I have a couple of questions:
I'm trying to work out whether I wait for the RPC library change to be released, pull the diff between HEAD (for RPC) and 4.0.10 onto my Arduino deployment or write a simple layer on top of openamp to get out of the RPC dependency.
Any thoughts appreciated and thanks to the people working in the RPC library and fixed all this stuff. Very much appreciated.
The text was updated successfully, but these errors were encountered: