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 9af3743 commit 62ed6eaCopy full SHA for 62ed6ea
src/replit_river/v2/client_session.py
@@ -37,7 +37,7 @@
37
from replit_river.session import Session
38
from replit_river.transport_options import MAX_MESSAGE_BUFFER_SIZE, TransportOptions
39
40
-STREAM_CLOSED_BIT = 0x0004 # Synonymous with the cancel bit in v2
+STREAM_CLOSED_BIT = 0b01000 # Synonymous with the cancel bit in v2
41
42
43
logger = logging.getLogger(__name__)
0 commit comments