Disable one failing assertion for now.

This commit is contained in:
John Preston 2019-12-31 17:26:05 +03:00
parent f2a92f2b02
commit fb36359a6d

View File

@ -814,7 +814,8 @@ void SessionPrivate::tryToSend() {
added = true;
}
Assert(!haveSent.contains(msgId));
// #TODO rewrite so that it will always hold.
//Assert(!haveSent.contains(msgId));
haveSent.emplace(msgId, request);
sentIdsWrap.messages.push_back(msgId);
needAnyResponse = true;