Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
idle-timeout became broken between 10.0.4 and 10.0.5? #1012
Comments
ktoso
added 1 - triaged bug
labels
Apr 5, 2017
ktoso
self-assigned this
Apr 5, 2017
ktoso
added this to the
10.0.6
milestone
Apr 5, 2017
ktoso
added 3 - in progress and removed 1 - triaged
labels
Apr 5, 2017
|
Working on it |
ktoso
referenced
this issue
Apr 6, 2017
Closed
Resolve timeout handling regression in 10.0.5 in new Transports style #1014
|
Ok, I see what the problem is here. It has nothing to do with passing the settings around but it's this particular usage of setting the idle-timeout which doesn't work any more: val poolSettings = ConnectionPoolSettings(system).withConnectionSettings(
ClientConnectionSettings(system)
.withConnectingTimeout(6.seconds)
.withIdleTimeout(6.seconds)
)Setting the idle-timeout from The reason that it doesn't work any more is that |
MichaelZinsmaier
referenced
this issue
Apr 12, 2017
Open
Streams don't fail on WebSocket idle timeout on the server-side #1026
|
I would still call that "passing settings around", but yeah - it's about that case.
Yes, which I think I was addressing in my PR, though it's been a week so lemme try to review it myself again and see if really fixing the root issue. |
jrudolph
modified the milestone: 10.0.6, 10.0.7
May 3, 2017
ktoso
modified the milestone: 10.0.7, 10.0.8
May 24, 2017
ktoso
added the
regression
label
Jun 13, 2017
jrudolph
assigned jrudolph and unassigned ktoso
Jun 13, 2017
jrudolph
added a commit
to jrudolph/akka-http
that referenced
this issue
Jun 13, 2017
|
|
jrudolph |
2c4e299
|
jrudolph
referenced
this issue
Jun 13, 2017
Merged
Revamp SPI / API of ClientTransport infrastructure to fix #1012 and to simplify API #1195
jrudolph
added a commit
to jrudolph/akka-http
that referenced
this issue
Jun 13, 2017
|
|
jrudolph |
8c833e6
|
jrudolph
added a commit
to jrudolph/akka-http
that referenced
this issue
Jun 13, 2017
|
|
jrudolph |
fc796c4
|
jrudolph
added a commit
to jrudolph/akka-http
that referenced
this issue
Jun 14, 2017
|
|
jrudolph |
ebd2bff
|
jrudolph
closed this
in #1195
Jun 14, 2017
jrudolph
added a commit
that referenced
this issue
Jun 14, 2017
|
|
jrudolph |
9e5a653
|
ktoso commentedApr 5, 2017
It seems we may have broken idle timeouts in 10.0.5, I will look into this immediately,
Notes: