Skip to content

Instantly share code, notes, and snippets.

View LukeNightstar's full-sized avatar
💭
Fix your course on a star and you'll navigate any storm.

Luke LukeNightstar

💭
Fix your course on a star and you'll navigate any storm.
  • 01:19 (UTC +09:00)
View GitHub Profile
@fi-xz
fi-xz / Main.kt
Last active December 8, 2025 10:46
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