feat: browse page by ID

This commit is contained in:
NGPixel
2020-01-14 22:21:24 -05:00
parent e836a49776
commit b18dd29fa0
4 changed files with 42 additions and 2 deletions

View File

@@ -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()