Split router out into its own library
This commit is contained in:
@@ -25,7 +25,7 @@ export class Pool {
|
||||
_data = new Map<string, Socket>()
|
||||
_subs: PoolSubscription[] = []
|
||||
|
||||
static getSingleton() {
|
||||
static get() {
|
||||
if (!poolSingleton) {
|
||||
poolSingleton = new Pool()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user