Skip to content

Commit 248f83f

Browse files
committed
remove comment
1 parent 6b19d54 commit 248f83f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/async/container/supervisor/connection.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ def next_id
244244

245245
# Write a message to the connection stream.
246246
#
247-
# Uses a length-prefixed protocol: 2-byte length header (big-endian) followed by data.
248-
# This allows MessagePack data to contain newlines without breaking message boundaries.
249-
#
250247
# @parameter message [Hash] The message to write.
251248
def write(**message)
252249
@message_wrapper.write(message)

0 commit comments

Comments
 (0)