kpavlov / jreactive-8583

Kotlin/Java Client & Server for ISO8583 & Netty
Apache License 2.0
320 stars 146 forks source link

Long idle timout #127

Closed danicaliforrnia closed 2 years ago

danicaliforrnia commented 3 years ago

Hi,

I'm trying to implement a echo message rate of 120 seconds, but it seems that the connection breaks or is lost when the idleTimeout is set above 30 seconds.

how can I handle this?

kpavlov commented 2 years ago

Try setting idleTimeout in the configuration to something less than 30 sec and make sure that echo message listener is enabled.