Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor plugin for the new shared concurrency model #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jsvd
Copy link
Member

@jsvd jsvd commented Aug 26, 2016

resolves #19

def receive(event)
@codec.encode(event)
end # def receive
def multi_receive_encoded(encoded)

Choose a reason for hiding this comment

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

I've been naming this variable events_and_encoded. I'm not saying it should be named the exact same thing here, but encoded to me sounds like a bytes/strings only.

@andrewvc
Copy link

@jsvd I know this is a WIP, so apologies if I commented on stuff you already had planned.

I've left a first round of feedback on this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update this plugin to the new concurrency model.
3 participants