Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to a NodeJS out-of-the-box client Socket API #41

Open
21 of 24 tasks
Rapsssito opened this issue Apr 8, 2020 · 0 comments
Open
21 of 24 tasks

Migrate to a NodeJS out-of-the-box client Socket API #41

Rapsssito opened this issue Apr 8, 2020 · 0 comments
Labels

Comments

@Rapsssito
Copy link
Owner

Rapsssito commented Apr 8, 2020

In the meantime, you can use these two adapters provided by BlueWallet: net API & tls API.

@Rapsssito Rapsssito added the feature request New feature or request label Apr 8, 2020
@Rapsssito Rapsssito self-assigned this Apr 8, 2020
@github-actions github-actions bot added the stale label May 29, 2020
Repository owner deleted a comment from github-actions bot May 29, 2020
@Rapsssito Rapsssito removed the stale label May 29, 2020
@Rapsssito Rapsssito changed the title Add setNoDelay, setKeepAlive & setEncoding methods Migrate to a NodeJS out-of-the-box ready API Jun 15, 2020
Rapsssito added a commit that referenced this issue Jun 16, 2020
Switch to NodeJS's EventEmitter as parent class as part of the migration to a NodeJS out-of-the-box approach (#41).
 
BREAKING CHANGE: Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.
github-actions bot pushed a commit that referenced this issue Jun 16, 2020
# [4.0.0](v3.7.1...v4.0.0) (2020-06-16)

### Features

* Switch to NodeJS's EventEmitter as parent class ([#55](#55)) ([d21bb0b](d21bb0b)), closes [#41](#41)

### BREAKING CHANGES

* Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.
@github-actions github-actions bot added the stale label Aug 8, 2020
Repository owner deleted a comment from github-actions bot Aug 8, 2020
@Rapsssito Rapsssito removed the stale label Aug 8, 2020
@Rapsssito Rapsssito removed their assignment Aug 27, 2020
@Rapsssito Rapsssito pinned this issue Jan 2, 2021
@Rapsssito Rapsssito changed the title Migrate to a NodeJS out-of-the-box ready API Migrate to a NodeJS out-of-the-box client Socket API Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant