Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Protect asyncio add/remove Reader/Writer against multithreading #4715

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

jiivan
Copy link
Contributor

@jiivan jiivan commented Sep 12, 2019

Twisteds asyncioreactor uses low level eventloop api to watch file descriptors (sockets in this case). Unfortunatelly some race-condition occurs.

@jiivan jiivan changed the base branch from develop to b0.21 September 12, 2019 12:41
Twisteds asyncioreactor uses low level eventloop api to watch
file descriptors (sockets in this case). Unfortunatelly some
race-condition occurs.
@jiivan jiivan force-pushed the b0.21-locked-monkey branch from 21df5c7 to 09f7dd1 Compare September 12, 2019 12:51
@codecov
Copy link

codecov bot commented Sep 12, 2019

Codecov Report

Merging #4715 into b0.21 will increase coverage by 0.03%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##            b0.21    #4715      +/-   ##
==========================================
+ Coverage   90.21%   90.24%   +0.03%     
==========================================
  Files         210      210              
  Lines       19542    19546       +4     
==========================================
+ Hits        17630    17640      +10     
+ Misses       1912     1906       -6

@jiivan jiivan merged commit 091078f into b0.21 Sep 12, 2019
@shadeofblue shadeofblue deleted the b0.21-locked-monkey branch September 12, 2019 13:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants