Shamrock: Disable lost connection detection

This commit is contained in:
白池 2024-02-10 00:41:38 +08:00
parent d60b2a25d1
commit fdb2486090

View File

@ -41,6 +41,10 @@ internal abstract class WebSocketTransmitServlet(
private val sendLock = Mutex()
protected val eventReceivers: MutableList<WebSocket> = Collections.synchronizedList(mutableListOf<WebSocket>())
init {
connectionLostTimeout = 0
}
override val address: String
get() = "-"