tweak of 981e6f996
This commit is contained in:
parent
aeb8955ca2
commit
29856a9129
2 changed files with 9 additions and 1 deletions
|
@ -186,6 +186,14 @@ export default class Stream extends EventEmitter<StreamEvents> {
|
|||
this.stream.send(JSON.stringify(typeOrPayload));
|
||||
}
|
||||
|
||||
public ping(): void {
|
||||
this.stream.send('ping');
|
||||
}
|
||||
|
||||
public heartbeat(): void {
|
||||
this.stream.send('h');
|
||||
}
|
||||
|
||||
/**
|
||||
* Close this connection
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue