Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix: socket close event not working in browser #183

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

mpetrunic
Copy link
Member

I simulated that it's not working by attaching a socket to a conn object that I can manually close. Not sure how to trigger the close socket event without hacking (or without calling close on conn)

resolves #179

@achingbrain achingbrain merged commit 9076b5b into master Sep 21, 2022
@achingbrain achingbrain deleted the fix/socket-close-browser branch September 21, 2022 07:51
github-actions bot pushed a commit that referenced this pull request Sep 21, 2022
## [3.0.4](v3.0.3...v3.0.4) (2022-09-21)

### Bug Fixes

* remove set timeout ([#182](#182)) ([23518b0](23518b0)), closes [#121](#121)
* socket close event not working in browser ([#183](#183)) ([9076b5b](9076b5b)), closes [#179](#179)

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([64411ee](64411ee))

### Dependencies

* update @multiformats/multiaddr to 11.0.0 ([#185](#185)) ([539db88](539db88))
@github-actions
Copy link

🎉 This PR is included in version 3.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Socket close handler not working in browser setting
2 participants