From 64569f9b3cb16fb35a3d0e1f75ae64336e55362e Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Wed, 20 Dec 2023 17:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9socket=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drawApp/lineApp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drawApp/lineApp.ts b/src/drawApp/lineApp.ts index 4202d02..94d8ab5 100644 --- a/src/drawApp/lineApp.ts +++ b/src/drawApp/lineApp.ts @@ -130,7 +130,7 @@ export function initLineApp(): IGraphicApp { sectionOperationPlugin.init(lineApp); lineApp.enableWsMassaging({ - engine: ClientEngine.MQTT, + engine: ClientEngine.Stomp, wsUrl: getWebsocketUrl(), token: getJwtToken() as string, });