-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loop #31
Loop #31
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #31 +/- ##
==========================================
- Coverage 99.19% 95.80% -3.39%
==========================================
Files 4 4
Lines 124 143 +19
Branches 12 18 +6
==========================================
+ Hits 123 137 +14
- Misses 0 2 +2
- Partials 1 4 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadrasabouri Thanks for your efforts 💯
This implementation cannot be stopped in async mode. One of the best solutions is to handle the loop in NavaThread
I suggest that you consider adding this particular feature in a future release that comes after version 0.3.
… `async_mode` in same time.
@sepandhaghighi I added the |
@sadrasabouri Could you please test this version on different operating systems? Once confirmed, we can proceed with the final review and merge. |
Local tests on OSs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Reference Issues/PRs
#6
What does this implement/fix? Explain your changes.
Changed
loop
parameter added toplay
functionAny other comments?