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 72eaab2 commit 588863aCopy full SHA for 588863a
CP5/active_plugins/cpforeign/bioimage_server.ipynb
@@ -48,7 +48,7 @@
48
"source": [
49
"context = zmq.Context()\n",
50
"socket = context.socket(zmq.PAIR)\n",
51
- "socket.copy_threshold = 0\n",
+ "#socket.copy_threshold = 0\n",
52
"b = socket.bind(SOCKET_ADDR)\n",
53
"b"
54
]
0 commit comments