We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7967fb6 commit d12c21cCopy full SHA for d12c21c
1 file changed
src/comms/rest-comms.js
@@ -4,7 +4,7 @@ const debug = require('debug')('dataparty.comms.rest')
4
5
const dataparty_crypto = require('@dataparty/crypto')
6
7
-const WebsocketComms = require('./old-websocket-comms')
+//const WebsocketComms = require('./old-websocket-comms')
8
const AuthError = require('../errors/auth-error')
9
10
@@ -325,6 +325,7 @@ class RestComms extends EventEmitter {
325
}
326
327
328
+ /*
329
async websocket(reuse = true) {
330
if (reuse && this.websocketComm && this.websocketComm.connected) {
331
return this.websocketComm
@@ -349,7 +350,7 @@ class RestComms extends EventEmitter {
349
350
351
return comm.authorized()
352
})
- }
353
+ }*/
354
355
static async HttpRequest(verb, url, data) {
356
0 commit comments