Simply starting a new one (or reconnecting) does not work,
especially after a restart
|
// @TODO: This always return a broken instance after a disconnect |
result = CLIENT_MAP.get(data.id);
if (result) {
// @TODO: This always return a broken instance after a disconnect
// Simply starting a new one (or reconnecting) does not work,
// especially after a restart
return result;
}
}