robin

About

Username
robin
Joined
Visits
17
Last Active
Roles
Member

Comments

  • @ryanferrell To follow up further on this, I made throttleData() public in a local clone of the repository, and that solves the issue. Now throttling works great. I'm now also using current main, and that's likewise working well. I'll make sur…
  • @ryanferrell Thanks a lot for the extensive response. I'll reply more later, but I just did a quick check with my code updated to use 0.5.2 and it still can't get to throttleData(); says'throttleData' is inaccessible due to 'internal' protection …
  • @ryanferrell I'm playing with the Combine SDK now, that's definitely much nicer! But I can't get the throttling to work. It looks like withProcessing has been renamed to afterProcessing, but the following code doesn't build for me: metawear. …
  • @ryanferrell Awesome, I just did a quick test with your change and indeed, it works now. Many thanks for looking into it and the quick fix. Thanks for your tips as well, appreciate it. I did notice the Combine SDK the other day, that looks …