We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5145b commit 044db22Copy full SHA for 044db22
src/replit_river/v2/client_session.py
@@ -38,7 +38,7 @@
38
from replit_river.transport_options import MAX_MESSAGE_BUFFER_SIZE, TransportOptions
39
40
41
-STREAM_CLOSED_BIT = 0x0004 # Synonymous with the cancel bit in v2
+STREAM_CLOSED_BIT = 0b01000 # Synonymous with the cancel bit in v2
42
43
44
logger = logging.getLogger(__name__)
0 commit comments