async connect...

This commit is contained in:
dalbodeule
2024-06-14 13:58:25 +09:00
parent 1a1b02506f
commit e85561dd74

View File

@@ -71,11 +71,11 @@ class UserHandler(
init { init {
logger.info("ChzzkChat connecting... ${channel.channelName} - ${channel.channelId}") logger.info("ChzzkChat connecting... ${channel.channelName} - ${channel.channelId}")
listener.connectBlocking() listener.connectAsync()
} }
internal fun disable() { internal fun disable() {
listener.closeBlocking() listener.closeAsync()
} }
internal fun reloadCommand() { internal fun reloadCommand() {