aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-13 20:58:45 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-13 20:58:45 -0400
commit59e43530eaf2ab08b09ee49b6a4823829953b36a (patch)
tree85f1f257d8418528cca6c4c5bbfee621d273ed04
parent42dd2a862adecf9b2f1ee80fb718a4a79775be42 (diff)
ngrok change
-rw-r--r--src/client/DocServer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index 34ef502ad..ae125694b 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -108,7 +108,7 @@ export namespace DocServer {
export function init(protocol: string, hostname: string, port: number, identifier: string) {
_cache = {};
GUID = identifier;
- _socket = OpenSocket(`${protocol}//${hostname}:${port}`);
+ _socket = OpenSocket(`${protocol}//${hostname}:${port}`);// OpenSocket(`https://7f079dda.ngrok.io`);// if using ngrok, create a special address for the websocket
_GetCachedRefField = _GetCachedRefFieldImpl;
_GetRefField = _GetRefFieldImpl;