clearClientId method
void
clearClientId()
Clear current clientId to prepare for a fresh handshake
Implementation
void clearClientId() {
_logger.warning('Dispatcher: Clearing clientId (will require handshake)');
_clientId = null;
}