Nail Gilaziev
04/25/2018, 9:25 AMpingPeriod = Duration.ofSeconds(30) // Disabled (null) by default
timeout = Duration.ofSeconds(15)
When connection between client & server are unexpectedly broken(TCP not closed properly) I expect that an exception will thrown after maximum of 45 seconds.(ping period+*pong* response waiting timeout). But it not happens. What am I do wrong?
Should I independently implement this behavior through raw sockets?e5l
04/25/2018, 9:51 AMNail Gilaziev
04/25/2018, 10:01 AMNail Gilaziev
04/25/2018, 10:06 AMe5l
04/25/2018, 10:07 AMNail Gilaziev
04/25/2018, 10:11 AMNail Gilaziev
05/08/2018, 8:54 AMNail Gilaziev
05/17/2018, 9:07 PM