Skip to content

Commit

Permalink
fix(websockets): removed initialize function
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Keren authored Feb 21, 2024
1 parent 9217b9a commit f7cfb28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions websockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ wb.onMessage(inflight (id: str, body: str): void => {
}
});

/* This method is temporarily required only for local execution (target sim) and will be deprecated in the future.
*/
wb.initialize();
```

## `sim`
Expand Down

0 comments on commit f7cfb28

Please sign in to comment.