Riku
01/02/2020, 12:26 PMoverride suspend fun listen(request: Empty, responseChannel: SendChannel<Tick>) {
val subscription = ticker.openSubscription()
// Forward incoming messages from the broadcast subscription to the client
subscription.toChannel(responseChannel)
}