Add ability to reconnect from server side (#7226)
* Add ability to reconnect from server side * Fix code smell Co-authored-by: Serhii Hadzhilov <serhii@symless.com>
This commit is contained in:
@ -658,6 +658,11 @@ String Config::getClientAddress() const
|
||||
return m_clientAddress;
|
||||
}
|
||||
|
||||
bool Config::isClientMode() const
|
||||
{
|
||||
return (!m_clientAddress.empty());
|
||||
}
|
||||
|
||||
void
|
||||
Config::readSection(ConfigReadContext& s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user