module Turnir::Client::TwitchWebsocket

Extended Modules

Defined in:

turnir/client/twitch_client.cr

Constant Summary

WebsocketMutex = Mutex.new

Instance Method Summary

Instance Method Detail

def log(msg) #

[View source]
def parse_message(msg : String) : Turnir::ChatStorage::Types::ChatMessage | Nil #

[View source]
def start(sync_channel : Channel(Nil), storage : Turnir::ChatStorage::Storage, channels_map : Hash(String, String)) #

[View source]
def stop #

[View source]
def subscribe_to_channel(channel_name : String) #

[View source]