MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / onPollTimeout

Method onPollTimeout

libraries/katabasis/src/PollServer.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void PollServer::onPollTimeout()
59{
60 qDebug() << "PollServer::onPollTimeout: retrying";
61 QNetworkReply * reply = manager_->post(request_, payload_);
62 connect(reply, SIGNAL(finished()), this, SLOT(onReplyFinished()));
63}
64
65void PollServer::onExpiration()
66{

Callers

nothing calls this directly

Calls 1

postMethod · 0.80

Tested by

no test coverage detected