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

Thrift for Netty4.1Beta #17

Open
gitdaemon opened this issue Oct 6, 2014 · 0 comments
Open

Thrift for Netty4.1Beta #17

gitdaemon opened this issue Oct 6, 2014 · 0 comments

Comments

@gitdaemon
Copy link

Hi

Thanks for the netty tools. I am using Netty4.1Beta, since Netty removed channel buffer and added Bytebuf i changed Channelbuffer into ByteBuf and tried. I could send the request properly, server could decode it properly and it could respond, but after server send the response, client hanging and it could not read the response. I tried with debugger, it is getting hanged when it tries to read asynchronously. In this line byte aByte = input.take(); - TNettyTransport.java it is getting hanged. Can you please help me to pass this? Can you provide any sample code for Netty4.1Beta?

Thanks

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

No branches or pull requests

1 participant