feat: browse page by ID
This commit is contained in:
@@ -136,7 +136,7 @@ module.exports = {
|
||||
* Close all active connections
|
||||
*/
|
||||
closeConnections () {
|
||||
for (const conn of this.connections) {
|
||||
for (const conn of this.connections.values()) {
|
||||
conn.destroy()
|
||||
}
|
||||
this.connections.clear()
|
||||
|
Reference in New Issue
Block a user