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
It might be better (for this issue and others) if the heartrate server lived in its own process and was run separately, instead of just in a thread in the same program. The problems are that:
It would be less convenient for users to run the server separately.
It's a lot more work to implement, particularly the communication between the heartrate server and the traced program, e.g. over a database. This library was an idea that I thought would be fun to hack together quickly, and it's getting more attention than I expected. I need to be convinced that it's actually useful to people and worth putting effort into. I don't actually use it myself.
Probably a stupid question just want to know if this is possible or not, if so how would that be done
The text was updated successfully, but these errors were encountered: