File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1079,7 +1079,7 @@ async def listen(self) -> AsyncIterator:
1079
1079
yield response
1080
1080
1081
1081
async def get_message (
1082
- self , ignore_subscribe_messages : bool = False , timeout : Optional [float ] = 0.0
1082
+ self , ignore_subscribe_messages : bool = False , timeout : Optional [float ] = None
1083
1083
):
1084
1084
"""
1085
1085
Get the next message if one is available, otherwise None.
Original file line number Diff line number Diff line change @@ -1048,7 +1048,7 @@ def listen(self):
1048
1048
yield response
1049
1049
1050
1050
def get_message (
1051
- self , ignore_subscribe_messages : bool = False , timeout : float = 0.0
1051
+ self , ignore_subscribe_messages : bool = False , timeout : Optional [ float ] = None
1052
1052
):
1053
1053
"""
1054
1054
Get the next message if one is available, otherwise None.
You can’t perform that action at this time.
0 commit comments