Skip to content

Instantly share code, notes, and snippets.

View fi-xz's full-sized avatar

nx fi-xz

View GitHub Profile
@fi-xz
fi-xz / Main.kt
Last active April 27, 2025 08:41
CHZZK Official API - Session Test Results
package foo.bar.myapp
import io.socket.client.IO
import kotlinx.coroutines.*
private const val SESSIONURL =
"https://ssio10.nchat.naver.com:443?auth=<AUTH_TOKEN>"
val socketOptions: IO.Options = IO.Options().apply {
reconnection = false