From a5fefa3d5ba405deedba689b056959358048d935 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 5 Apr 2012 10:41:47 +0200 Subject: EMTHREAD error code removed libxs (as opposed to libzmq) requires at least one I/O thread per context. Thus, "no I/O thread available" error doesn't make sense anyome. This patch removes the code and the documentation. It keeps the definition of EMTHREAD itself for backward compatibility. Signed-off-by: Martin Sustrik --- doc/xs_connect.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/xs_connect.txt') diff --git a/doc/xs_connect.txt b/doc/xs_connect.txt index a0a6ae7..898b915 100644 --- a/doc/xs_connect.txt +++ b/doc/xs_connect.txt @@ -58,8 +58,6 @@ The requested 'transport' protocol is not compatible with the socket type. The 'context' associated with the specified 'socket' was terminated. *ENOTSOCK*:: The provided 'socket' was invalid. -*EMTHREAD*:: -No I/O thread is available to accomplish the task. EXAMPLE -- cgit v1.2.3