优化
This commit is contained in:
@@ -13,7 +13,9 @@ import splitties.init.appCtx
|
|||||||
|
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
|
|
||||||
|
/**
|
||||||
|
* web端书源调试
|
||||||
|
*/
|
||||||
class BookSourceDebugWebSocket(handshakeRequest: NanoHTTPD.IHTTPSession) :
|
class BookSourceDebugWebSocket(handshakeRequest: NanoHTTPD.IHTTPSession) :
|
||||||
NanoWSD.WebSocket(handshakeRequest),
|
NanoWSD.WebSocket(handshakeRequest),
|
||||||
CoroutineScope by MainScope(),
|
CoroutineScope by MainScope(),
|
||||||
|
|||||||
@@ -13,7 +13,9 @@ import splitties.init.appCtx
|
|||||||
|
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
|
|
||||||
|
/**
|
||||||
|
* web端订阅源调试
|
||||||
|
*/
|
||||||
class RssSourceDebugWebSocket(handshakeRequest: NanoHTTPD.IHTTPSession) :
|
class RssSourceDebugWebSocket(handshakeRequest: NanoHTTPD.IHTTPSession) :
|
||||||
NanoWSD.WebSocket(handshakeRequest),
|
NanoWSD.WebSocket(handshakeRequest),
|
||||||
CoroutineScope by MainScope(),
|
CoroutineScope by MainScope(),
|
||||||
|
|||||||
Reference in New Issue
Block a user