MOTOR-185 Deadlock closing Change Stream
This commit is contained in:
parent
78271b9693
commit
08ef305847
@ -1313,7 +1313,8 @@ class AgnosticChangeStream(AgnosticBase):
|
||||
return self
|
||||
|
||||
async def __aexit__(self, exc_type, exc_val, exc_tb):
|
||||
await self.close()
|
||||
if self.delegate:
|
||||
self.delegate.close()
|
||||
"""), globals(), locals())
|
||||
|
||||
def get_io_loop(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user