Skip to content

Commit

Permalink
fix reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Oct 22, 2023
1 parent e7fda91 commit c5023fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/hosting/loading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export function stopSidecarConnection() {
}
export async function startSidecarConnection(id: string) {
if (activeSideCar) {
activeSideCar.resolve();
messageQueueSidecar = [];
}

Expand Down

0 comments on commit c5023fe

Please sign in to comment.