Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Forward to connecting error #1

Merged
merged 2 commits into from
Oct 18, 2012

Conversation

repeatedly
Copy link
Contributor

BufferedOutput does not need 'emit' override.
If you overrides 'emit', you must call super(tag, es, chain).
This was the bug of first code.

This pull request replaces 'emit' with 'write' to correct handling.

@ghost ghost assigned kuenishi Oct 18, 2012
@kuenishi
Copy link
Owner

Thanks! I'll check it out tonight.

kuenishi added a commit that referenced this pull request Oct 18, 2012
@repeatedly:
BufferedOutput does not need 'emit' override.
If you overrides 'emit', you must call super(tag, es, chain).
This pull request replaces 'emit' with 'write' to correct handling.
@kuenishi kuenishi merged commit 271c0b9 into kuenishi:master Oct 18, 2012
@kuenishi
Copy link
Owner

It worked fine! thanks a lot.

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

Successfully merging this pull request may close these issues.

None yet

2 participants