We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d16d3 commit 71f745fCopy full SHA for 71f745f
neo4j/io/__init__.py
@@ -633,7 +633,7 @@ def close(self):
633
finally:
634
self._closed = True
635
636
- async def close_non_blocking(self):
+ def close_non_blocking(self):
637
"""Set the socket to non-blocking and close it.
638
This will try to send the `GOODBYE` message (given the socket is not
639
marked as defunct). However, should the write operation require
0 commit comments