disable rpc builtin for now (because of compressor close error spam)

pull/104/head
dperolio 2 years ago
parent aed28dfaad
commit a9a4e140e7
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -5,6 +5,7 @@ import { HTTP } from '@vizality/constants';
export default class RPC extends Builtin {
start () {
return;
this.handlers = getModule('events', 'commands');
this._patchWebSocketServer();

Loading…
Cancel
Save