mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: Disable lost connection detection
This commit is contained in:
parent
d60b2a25d1
commit
fdb2486090
@ -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() = "-"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user