2020-05-20 09:22:49 UTC - jia zhai: ```webSocketSessionIdleTimeoutMillis``` You need this config above, try set and add it into your conf/broker.conf, or conf/websocket.conf ---- 2020-05-20 09:23:25 UTC - jia zhai: <https://issues.apache.org/jira/browse/INFRA-20283> opened an issue to ASF infa for helping avoid conflict code into master. +1 : Penghui Li, Sijie Guo ---- 2020-05-20 09:26:17 UTC - Ravi Shah: I can configure this but that's not the solution for me. I want socket connection to be alive all the time. I can not afford message drop. ---- 2020-05-20 15:52:55 UTC - Amit Jere: @Amit Jere has joined the channel ---- 2020-05-20 22:41:59 UTC - Sijie Guo: @jia zhai - I think there is a side-effect of turning this setting on. It is really hard to get pull requests merged. Because you have to rebase the pull request each time there is a change merged to master. Rebasing a pull request will cause all CI tests to run. ---- 2020-05-20 22:42:24 UTC - Sijie Guo: I think code conflict is probably fine as the problem can be caught eventually. ---- 2020-05-20 22:42:41 UTC - Sijie Guo: So we probably should just ask INFRA to revert that change back. ---- 2020-05-21 05:40:35 UTC - jia zhai: Thanks, @Sijie Guo I see. some of the PR is only marked as out dated but not have a button to do the merge. <https://github.com/apache/pulsar/pull/6801> ----