UNPKG

absenat

Version:

dedicated messaging service core

9 lines 210 B
global.getSocket = public_key => { for(const i in connections){ const connection = connections[i]; if(connection.public_key === public_key){ return connection.socket; } } return false; }