Skip to content

Commit 62ed6ea

Browse files
v2 closed bit
1 parent 9af3743 commit 62ed6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replit_river/v2/client_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from replit_river.session import Session
3838
from replit_river.transport_options import MAX_MESSAGE_BUFFER_SIZE, TransportOptions
3939

40-
STREAM_CLOSED_BIT = 0x0004 # Synonymous with the cancel bit in v2
40+
STREAM_CLOSED_BIT = 0b01000 # Synonymous with the cancel bit in v2
4141

4242

4343
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)