Commit e6a09b8f authored by ibuler's avatar ibuler

[Update] 回滚websocket

parent af656442
......@@ -2,7 +2,7 @@
import * as io from 'socket.io-client';
import {Terminal} from 'xterm';
export const TermWS = io.connect('/ssh');
export const TermWS = io.connect('/ssh', {'reconnection': false});
export const sep = '/';
export let Video: {
id: string,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment