mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-15 00:55:25 +00:00
don't rethrow error, just keep retrying
This commit is contained in:
@@ -81,7 +81,6 @@ export class RabbitMQ {
|
||||
} catch (error) {
|
||||
console.error("[RabbitMQ] Connection failed:", error);
|
||||
await this.scheduleReconnect(host);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user