Skip to content

Commit

Permalink
fix: add after upgrade inbound method (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 11, 2022
1 parent 14acff5 commit 487b942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/connection-manager/index.ts
Expand Up @@ -740,4 +740,8 @@ export class DefaultConnectionManager extends EventEmitter<ConnectionManagerEven
log('connection from %s refused - maxConnections exceeded', maConn.remoteAddr)
return false
}

afterUpgradeInbound () {

}
}

0 comments on commit 487b942

Please sign in to comment.