parent
f84f5c36fd
commit
33e863a16c
|
|
@ -65,7 +65,8 @@ object RealtimeSocket {
|
||||||
val database = Database(SqlStorage.driver)
|
val database = Database(SqlStorage.driver)
|
||||||
var socket: WebSocketSession? = null
|
var socket: WebSocketSession? = null
|
||||||
|
|
||||||
private val channelRegistrator = ChannelRegistrator(RevoltApplication.instance)
|
private val channelRegistrator: ChannelRegistrator
|
||||||
|
get() = ChannelRegistrator(RevoltApplication.instance)
|
||||||
|
|
||||||
private var _disconnectionState = mutableStateOf(DisconnectionState.Reconnecting)
|
private var _disconnectionState = mutableStateOf(DisconnectionState.Reconnecting)
|
||||||
val disconnectionState: DisconnectionState
|
val disconnectionState: DisconnectionState
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue