Skip to content

Conversation

okkez
Copy link
Contributor

@okkez okkez commented Feb 22, 2016

@okkez okkez force-pushed the support-require-ack-response branch from a1d3ab3 to d141140 Compare February 22, 2016 12:44
@@ -153,23 +162,25 @@ def write(msg)
if @pending
@pending << data
else
@pending = data
@pending = [data]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. My idea is @pending should be Hash, {'tag1' => "msgpack stream", 'tag2' => "msgpack stream", ...}.
Using this structure, we can send multiple events in one TCP write.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got it. I will fix this.

@okkez okkez closed this Mar 8, 2016
@okkez okkez deleted the support-require-ack-response branch March 8, 2016 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants