async connect...

This commit is contained in:
dalbodeule 2024-06-14 13:58:25 +09:00
parent 1a1b02506f
commit e85561dd74
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

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