Fixing tests.

This commit is contained in:
Nikolai Kochetov 2020-12-15 21:22:20 +03:00
parent 3d6ace5890
commit 4c290996dc

View File

@ -171,7 +171,7 @@ public:
std::optional<UInt64> checkPacket(size_t timeout_microseconds = 0);
/// Receive packet from server.
Packet receivePacket(Fiber * fiber);
Packet receivePacket(Fiber * fiber = nullptr);
/// If not connected yet, or if connection is broken - then connect. If cannot connect - throw an exception.
void forceConnected(const ConnectionTimeouts & timeouts);