Skip to content
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

Fix regression with asyncio and threading #445

Merged
merged 4 commits into from
Jun 10, 2024
Merged

Fix regression with asyncio and threading #445

merged 4 commits into from
Jun 10, 2024

Conversation

fgmacedo
Copy link
Owner

@fgmacedo fgmacedo commented Jun 10, 2024

Based on the work on #444

Thanks @jsbueno for the huge help here!

Closes: #443

jsbueno and others added 2 commits June 10, 2024 14:04
#443

Uses `new_event_loop` call when there is no running asyncio event_loop,
instead of deprecated `get_event_loop`.
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d3ff328) to head (19365aa).
Report is 36 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop      #445   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         1232      1236    +4     
  Branches       179       180    +1     
=========================================
+ Hits          1232      1236    +4     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fgmacedo fgmacedo changed the title Jsbueno/fix443 Fix regression with asyncio and threading Jun 10, 2024
Copy link

sonarcloud bot commented Jun 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@fgmacedo fgmacedo added the bug label Jun 10, 2024
@fgmacedo fgmacedo merged commit 4026677 into develop Jun 10, 2024
14 checks passed
@fgmacedo fgmacedo deleted the jsbueno/fix443 branch June 10, 2024 21:41
@fgmacedo fgmacedo mentioned this pull request Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduction of asyncio causes RuntimeError exception in multi-threaded application
2 participants