We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d791824 commit bfe8dbbCopy full SHA for bfe8dbb
1 file changed
src/api/gama_connector.ts
@@ -89,7 +89,7 @@ class GamaConnector {
89
};
90
91
92
- /**
+ /**
93
* Allow to control gama execution
94
* @param {string} type - Only accepted values: [stop, pause, play]
95
* @returns {{exp_id: string, type: string}}
@@ -233,9 +233,7 @@ class GamaConnector {
233
} else {
234
console.error('[GAMA CONNECTOR] Connection with Gama Server interrupted suddenly');
235
this.gama_socket = null;
236
-
237
- console.warn("[GAMA CONNECTOR] Reconnecting in 5s...");
238
- setTimeout(() => this.connectGama(), 5000);
+ if (useVerbose) console.log(event);
239
}
240
241
0 commit comments