docs: remove workaround to #9 from examples
This commit is contained in:
parent
d5e9c6d1aa
commit
f95facc254
2 changed files with 0 additions and 6 deletions
|
@ -51,12 +51,8 @@ void reconnect() {
|
|||
Serial.println("connected");
|
||||
// Once connected, publish an announcement...
|
||||
client.publish("outTopic","hello world");
|
||||
// This is a workaround to address https://github.com/OPEnSLab-OSU/SSLClient/issues/9
|
||||
ethClientSSL.flush();
|
||||
// ... and resubscribe
|
||||
client.subscribe("inTopic");
|
||||
// This is a workaround to address https://github.com/OPEnSLab-OSU/SSLClient/issues/9
|
||||
ethClientSSL.flush();
|
||||
} else {
|
||||
Serial.print("failed, rc=");
|
||||
Serial.print(client.state());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue