Skip to content

Commit

Permalink
fix: hide some methods for now
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Oct 3, 2024
1 parent 3849732 commit f85cf2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/ServerSockets.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,17 @@ class ServerSockets {
this.#sockets.delete(socket);
}

/** @private */
entries() {
return this.#sockets.entries();
}

/** @private */
keys() {
return this.#sockets.keys();
}

/** @private */
values() {
return this.#sockets.values();
}
Expand Down

0 comments on commit f85cf2e

Please sign in to comment.