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 6b19d54 commit 248f83fCopy full SHA for 248f83f
lib/async/container/supervisor/connection.rb
@@ -244,9 +244,6 @@ def next_id
244
245
# Write a message to the connection stream.
246
#
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
- #
250
# @parameter message [Hash] The message to write.
251
def write(**message)
252
@message_wrapper.write(message)
0 commit comments