<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm confused be the response I get to the attached program.<br>
<br>
In a nutshell, I'm building a reader, attaching it with addReader,
later removing it with removeReader.&nbsp; And I'm getting this:<br>
<blockquote><tt>time python test_reactor.py</tt><br>
  <tt>Traceback (most recent call last):</tt><br>
  <tt>Failure: twisted.internet.error.ConnectionFdescWentAway: Uh:
Filedescriptor went away.</tt><br>
</blockquote>
Which seems to be telling me that I don't know as much yet as I'd hoped.<br>
<br>
Why would the reactor care about a closed file descriptor that isn't
even in it's interest set?<br>
<br>
--rich<br>
</body>
</html>