-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [WALL-25371] Remove RxJS WalletLinkConnection * authenticate * onceConnected onceLinked * remove connectionStateSubject * adding delay function to replace rxjs delay * applying ws.connectionState$ changes * remove delay func * comment * this.connected * replace this.onceConnected$ * replace linkedSubject * cleanup * refactor RxWebSocket class * fix tests * remove rxjs from test files * cleanup * ws.setIncomingDataListener * keep markUnseenEventsAsSeen as it used to be * implement request resolve mapping * fix tests * rename RxWebSocket -> WalletLinkWebSocket * Revert "rename RxWebSocket -> WalletLinkWebSocket" This reverts commit c3ae669. * rename only the class * remove rxjs package * duh * cleanup * reimplement this.linked update pipeline * separate out once***ed logic * cleanup * this.shouldFetchUnseenEventsOnConnect * cleanup
- Loading branch information
Showing
7 changed files
with
337 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.