This commit is contained in:
Xuan Wang 2024-06-11 16:27:42 -07:00 committed by GitHub
commit fbb58dcdb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ class _RequestIterator(object):
elif (
self._state.request is None
and _RECEIVE_MESSAGE_TOKEN not in self._state.due
and _RECEIVE_CLOSE_ON_SERVER_TOKEN not in self._state.due
):
raise StopIteration()
else: