Thinger.io Client Library for the WIZnet platform

Dependencies:   ThingerClient WIZnetInterface

Fork of ThingerWIZnetClient by Alvaro Luis Bustamante

Revision:
1:db9212d9415d
Parent:
0:f1f02f6a2e6a
Child:
4:98914de56323
--- a/TCPSocket.h	Thu Dec 24 18:42:10 2015 +0000
+++ b/TCPSocket.h	Fri Dec 25 17:20:32 2015 +0000
@@ -4,6 +4,7 @@
 {
 public:
     TCPSocket() {
+        set_blocking(false, _timeout);
     }
 
     virtual ~TCPSocket() {