Commit ce0eb401 authored by nanahira's avatar nanahira

fix

parent 416c313e
Pipeline #43317 passed with stages
in 1 minute and 34 seconds
...@@ -311,6 +311,9 @@ export class WindBotProvider { ...@@ -311,6 +311,9 @@ export class WindBotProvider {
url: URL, url: URL,
retryCount = 0, retryCount = 0,
): Promise<boolean> { ): Promise<boolean> {
if (room.finalizing) {
return false;
}
const retryLimit = 10; const retryLimit = 10;
const retry = async () => { const retry = async () => {
// wait 200 ms // wait 200 ms
......
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