onReconnected method
void
onReconnected()
Implementation
void onReconnected() {
if (_pendingSend) {
_conn?.sendWhenReady(this);
}
}
void onReconnected() {
if (_pendingSend) {
_conn?.sendWhenReady(this);
}
}