File tree Expand file tree Collapse file tree
kotlix/src/commonMain/kotlin/app/octocon/kotlix/ktor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ class KtorWebSocketTransport(
3939 try {
4040 session = client.webSocketSession {
4141 url(this @KtorWebSocketTransport.url)
42+ // headers {
43+ // append("fly-prefer-region", "fra")
44+ // }
4245 }
4346 readyState = Transport .ReadyState .OPEN
4447 socketFlow.tryEmit(SocketEvent .OpenEvent (wasReconnect = isReconnect))
Original file line number Diff line number Diff line change 66 </p >
77 <div class =" flex flex-col-reverse lg:flex-row justify-center gap-4" >
88 <NuxtLink
9- to="/app/ "
9+ to="/docs "
1010 class="block p-0.5 rounded-lg bg-gradient-to-br from-sky-400 to-violet-400"
1111 >
1212 <div
1313 class =" bg-gradient-to-br from-sky-600 text-center to-violet-600 transition-all hover:brightness-110 block text-gray-100 font-semibold font-display text-lg px-4 py-2 rounded-lg"
14- >
15- Launch the web app (BETA)
16- </div >
17- </NuxtLink >
18- <NuxtLink
19- to="/docs"
20- class="block p-0.5 rounded-lg bg-gradient-to-br from-gray-800 to-gray-900"
21- >
22- <div
23- class =" border-sky-600 bg-gradient-to-br from-gray-900 text-center to-gray-800 transition-all hover:brightness-110 flex items-center justify-center gap-2 text-gray-200 font-medium font-display text-lg px-4 py-2 rounded-lg"
2414 >
2515 Learn more
2616 </div >
You can’t perform that action at this time.
0 commit comments