feat: update dep version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-07-01 14:33:16 +08:00
parent b6803ed01c
commit 46d6748f31
25 changed files with 60 additions and 47 deletions

View File

@@ -10,9 +10,7 @@ const WebSocketServerProxy = Java.type("pw.yumc.MiaoScript.websocket.WebSocketPr
const ThreadPoolExecutor = Java.type('java.util.concurrent.ThreadPoolExecutor')
const ThreadPoolTaskExecutor = Java.type('org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor')
interface TomcatWebSocketSession {
getId: () => number
}
type TomcatWebSocketSession = javax.websocket.Session
class TomcatWebSocketServer extends EventEmitter {
private beanFactory: any