Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: socket variable testing for undefined (#1726)
* fix: socket variable testing for undefined Avoid issue where socket event was not triggered and local socket vraible is not defined. This issue is reproducible only using deno. * chore: made socket test capture simpler Only controls the execution of the section that uses socket. * Update src/index.js Co-authored-by: Linus Unnebäck <[email protected]> * Update index.js --------- Co-authored-by: Linus Unnebäck <[email protected]> Co-authored-by: Jimmy Wärting <[email protected]>
- Loading branch information