ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
108:2e5eccf30a84
Parent:
105:2fd212f8da61
Child:
109:5d8bd5752386
--- a/Socket.cpp	Tue Apr 19 18:34:42 2016 -0500
+++ b/Socket.cpp	Wed Apr 20 00:46:23 2016 +0000
@@ -52,8 +52,10 @@
     if (!_socket) {
         return 0;
     }
-
-    void *socket = _socket;
+    
+    _iface->socket_attach(_socket, 0, 0);
+    
+    void *volatile socket = _socket;
     _socket = 0;
     return _iface->socket_close(socket);
 }