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

The io.netty.buffer.EmptyByteBuf issue #65

Open
irwinmc opened this issue Jun 4, 2014 · 1 comment
Open

The io.netty.buffer.EmptyByteBuf issue #65

irwinmc opened this issue Jun 4, 2014 · 1 comment

Comments

@irwinmc
Copy link

irwinmc commented Jun 4, 2014

Once the client logged in, I will apply the AMF3 protocol to the channel, when the browser who contains the flash player closed, it will get a EmptyByteBuf in the AMF3ToJavaObjectDecoder.
May I ask what would you do for it? Just ignore it?
Thank you!

@menacher
Copy link
Owner

@irwinmc Sorry for late reply! somehow missed this. So, if you are getting a channel closed event, yes you can ignore the EmptyByteBuf. But if not, then probably I would use this to trigger an exception event or a closed event.

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

No branches or pull requests

2 participants