Commit 75d8ee66 authored by nanahira's avatar nanahira

fix

parent ce0eb401
Pipeline #43318 passed with stages
in 58 seconds
......@@ -316,8 +316,6 @@ export class WindBotProvider {
}
const retryLimit = 10;
const retry = async () => {
// wait 200 ms
await new Promise((resolve) => setTimeout(resolve, 200));
this.logger.warn(
{ roomToken: token, botName, retryCount },
'Retrying windbot join by reverse ws',
......
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