-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implementation of client push methods (#2382)
* updated lerna and ran lerna repair * started working on client push methods * finished working on new send to client functrionality - except for disconnect detection * recator to just UI messaging controller * ensure by naming, that the client is a frontend client * pushmessage no longer has cb * handlerId is confusing, name it clientId * drop a line in changelog * extend subscription if subscribe is called as heartbeat * add signatures for emitted events * added missing emitted events * prepare changelog for next version * also handle subscribeerror and disconnect * typo * allow to send to all clients - added overload for external usage * add a failing type test too * rm auto import * address review
- Loading branch information
1 parent
8694566
commit 25f1857
Showing
8 changed files
with
376 additions
and
43 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.