Skip to content

Commit

Permalink
Merge pull request #31 from wildfoundry/non-blocking
Browse files Browse the repository at this point in the history
use blocking socket
  • Loading branch information
willmcgugan authored Jul 25, 2017
2 parents 2fb386c + e42b170 commit 88f5711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dataplicity/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.24"
__version__ = "0.4.25"
1 change: 0 additions & 1 deletion dataplicity/portforward.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def _connect(self):
return False
else:
log.debug("connected to %s", self.service.url)
_socket.setblocking(0) # set non-blocking
self.socket = _socket
self._flush_buffer()
return True
Expand Down

0 comments on commit 88f5711

Please sign in to comment.