Skip to content

Commit

Permalink
refactor: rename socket files
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbadadare committed Jan 15, 2025
1 parent 83ae95e commit ffb9422
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lazer/sdk/js/examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ async function main() {

await client.unsubscribe(1);
await client.unsubscribe(2);

await new Promise((resolve) => setTimeout(resolve, 10_000));
client.shutdown();
}

Expand Down
File renamed without changes.

0 comments on commit ffb9422

Please sign in to comment.