SocketActions
Inheritors
Functions
Link copied to clipboard
Connect the user.
Link copied to clipboard
Get the connection id.
Link copied to clipboard
Disconnect the socket.
Link copied to clipboard
Reconnect the user to the socket.
Link copied to clipboard
Update the token from the outside.
Link copied to clipboard
abstract fun whenConnected(connectionTimeout: Long = DEFAULT_SOCKET_TIMEOUT, connected: suspend (connectionId: String) -> Unit)
When connected to the socket.