We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f358eba commit 42280b4Copy full SHA for 42280b4
1 file changed
acidify-milky/src/commonMain/kotlin/org/ntqqrev/acidify/milky/event/FixedWebSocket.kt
@@ -56,7 +56,7 @@ internal fun Route.fixedWebSocket(
56
// ---- Fixed implementation for platforms without ISO_8859_1 ----
57
58
/** RFC 6455 Section 4.2.2 magic GUID */
59
-private const val WEBSOCKET_MAGIC = "258EAFA5-E914-47DA-95CA-5AB4C085B170"
+private const val WEBSOCKET_MAGIC = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
60
61
private fun Route.fixedWebSocketImpl(
62
handler: suspend DefaultWebSocketServerSession.() -> Unit
0 commit comments