mirror of https://github.com/qt/qtcoap.git
Compare commits
7 Commits
dev
...
v6.10.0-be
Author | SHA1 | Date |
---|---|---|
|
cb42d4501d | |
|
42a1346a7d | |
|
960a83a1e4 | |
|
bea1319ab9 | |
|
7f534f670a | |
|
b4976e6567 | |
|
52a14abb5a |
|
@ -1,4 +1,4 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
../qtbase:
|
../qtbase:
|
||||||
ref: 71842cfb89da0bed1efd6cf7a567550d9e8119f6
|
ref: 15d3c67c1bee5dcfcd2449429a6b9656efa1e020
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -151,7 +151,7 @@ bool waitForHost(const QUrl &url, QtCoap::SecurityMode security = QtCoap::Securi
|
||||||
if (security != QtCoap::SecurityMode::NoSecurity)
|
if (security != QtCoap::SecurityMode::NoSecurity)
|
||||||
client.setSecurityConfiguration(createConfiguration(security));
|
client.setSecurityConfiguration(createConfiguration(security));
|
||||||
|
|
||||||
QSignalSpy spyClientFinished(&client, SIGNAL(finished(QCoapReply *)));
|
QSignalSpy spyClientFinished(&client, SIGNAL(finished(QCoapReply*)));
|
||||||
client.get(url);
|
client.get(url);
|
||||||
|
|
||||||
spyClientFinished.wait(1000);
|
spyClientFinished.wait(1000);
|
||||||
|
|
Loading…
Reference in New Issue