Fix comments

This commit is contained in:
Hri7566 2024-09-19 20:28:36 -04:00
parent ad083a7196
commit bac593dcef
1 changed files with 2 additions and 2 deletions

View File

@ -861,7 +861,7 @@ export class Socket extends EventEmitter {
}
/**
* Start sending this socket the list of channels periodically
* Allow custom messages to be sent and received from this socket
**/
public subscribeToCustom() {
if (this.isSubscribedToCustom) return;
@ -869,7 +869,7 @@ export class Socket extends EventEmitter {
}
/**
* Stop sending this socket the list of channels periodically
* Disallow custom messages to be sent and received from this socket
**/
public unsubscribeFromCustom() {
if (!this.isSubscribedToCustom) return;