Skip to content

Fix warning about DDP connection already ongoing

David Faure requested to merge wip/dfaure/connectDdpClient into master

When useRestApiLogin() is true, RocketChatBackend::slotLoginStatusChanged() will call connectDdpClient(). So it's REST first, then DDP.

Therefore when DDP is connected, don't call the above, it's redundant.

Merge request reports

Loading