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

Netty seems to get stuck on routes with browsers #1

Open
aspyker opened this issue Oct 28, 2014 · 7 comments
Open

Netty seems to get stuck on routes with browsers #1

aspyker opened this issue Oct 28, 2014 · 7 comments
Labels

Comments

@aspyker
Copy link
Contributor

aspyker commented Oct 28, 2014

Using curl you can switch between /ping and /healthcheck and you get expected data. Curl commands don't use http persistent connections.

Using Chrome or Safari, if you go to /ping and then /healthcheck you get pong for healthcheck. Similary if you go to /healthcheck and then /ping you get healthcheck status.

I validated via netstat that Chrome keeps a http persistent connection to Prana. It turns out that as long as this stays open you get stuck in the routes. I closed Chrome to the point of killing the process and was able to see the other url (but then got stuck again).

@diptanu
Copy link
Contributor

diptanu commented Nov 5, 2014

Word on the street is that @NiteshKant has fixed it in RxNetty, and is going to come out in the next few days. I am going to pick the new release up and release 0.0.2 of Prana.

@diptanu diptanu assigned diptanu and unassigned NiteshKant Nov 5, 2014
@diptanu
Copy link
Contributor

diptanu commented Jan 29, 2015

@NiteshKant Can we close this now? We could move to a new version of RxNetty

@phorst
Copy link

phorst commented Jan 30, 2015

I hit this issue today. First time trying out Prana and thought it was something I was doing.

@NiteshKant
Copy link

I think this was related to the karyon issue: Netflix/karyon#126
which was fixed in 2.2.00-ALPHA1

@rob-mccann
Copy link

does anyone have an update for this? I'm regularly hitting this issue.

@NiteshKant
Copy link

The issue is fixed in karyon, I guess prana has to pick up the latest version of karyon.

@aspyker
Copy link
Contributor Author

aspyker commented Oct 24, 2015

Thank you all for the contribution. More will be coming, but please see http://ispyker.blogspot.com/2015/10/towards-being-better-about-open-source.html for a bit of context on the status of this project.

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

No branches or pull requests

5 participants