This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josiahcarlson
Recipients
Date 2007-01-06.23:05:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It sounds as though the original poster is passing a socket that has been created, but which is not yet connected, to the dispatcher constructor.

We should update the documentation to state that either the user should pass a completely connected socket (as returned by socket.accept(), or which has connected as the result of a a blocking socket.connect() call), or use the .create_socket() and .connect() methods of the dispatcher.
History
Date User Action Args
2007-08-23 14:19:43adminlinkissue889153 messages
2007-08-23 14:19:43admincreate