This commit is contained in:
kunfei 2022-09-20 10:21:47 +08:00
parent c695985b75
commit 9bb9adecd5
2 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,9 @@ import splitties.init.appCtx
import java.io.IOException
/**
* web端书源调试
*/
class BookSourceDebugWebSocket(handshakeRequest: NanoHTTPD.IHTTPSession) :
NanoWSD.WebSocket(handshakeRequest),
CoroutineScope by MainScope(),

View File

@ -13,7 +13,9 @@ import splitties.init.appCtx
import java.io.IOException
/**
* web端订阅源调试
*/
class RssSourceDebugWebSocket(handshakeRequest: NanoHTTPD.IHTTPSession) :
NanoWSD.WebSocket(handshakeRequest),
CoroutineScope by MainScope(),