Skip to content

Commit 044db22

Browse files
v2 closed bit
1 parent 7e5145b commit 044db22

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
@@ -38,7 +38,7 @@
3838
from replit_river.transport_options import MAX_MESSAGE_BUFFER_SIZE, TransportOptions
3939

4040

41-
STREAM_CLOSED_BIT = 0x0004 # Synonymous with the cancel bit in v2
41+
STREAM_CLOSED_BIT = 0b01000 # Synonymous with the cancel bit in v2
4242

4343

4444
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)