You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls from up in Faraday and higher elided. This started after upgrading from 0.9.16 to 0.9.17 and went away as soon as we reverted. It happened on every session that was created. I believe this was caused by ed95b2c
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35343015-no-existing-session-to-resume?utm_campaign=plugin&utm_content=tracker%2F136995&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136995&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
would appreciate an isolated .rb reproduction case - to confirm the actual code is not assuming to resume a non existing session (or to see if ed95b2c can get tuned some way to handle the case). thanks!
Yep, will do -- sorry about the poor bug report yesterday, I was rushing. I
suspect this is a bad interaction between Faraday, Net::Http::Persistent,
and jruby-openssl. This is a heavily threaded app that's making a lot of
connections to a lot of different endpoints -- hopefully the testcase will
be simpler.
would appreciate an isolated .rb reproduction case - to confirm the actual
code is not assuming to resume a non existing session (or to see if ed95b2c ed95b2c
can get tuned some way to handle the case). thanks!
Environment
Expected Behavior
Opening a new session should work.
Actual Behavior
Calls from up in Faraday and higher elided. This started after upgrading from 0.9.16 to 0.9.17 and went away as soon as we reverted. It happened on every session that was created. I believe this was caused by ed95b2c
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35343015-no-existing-session-to-resume?utm_campaign=plugin&utm_content=tracker%2F136995&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136995&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: