> I can see it in the archives along with this reply by glyph:
> http://twistedmatrix.com/pipermail/twisted-python/2014-October/028841.html
Interesting. Sorry about that.
I need to confirm this, but I believe I see what is happening now. Glyph’s
reply was quite helpful, I’ll look into the def
Hi Benjamin,
> I’m sorry if this is a duplicate? I sent this earlier, but I don’t see it in
> the archives?
>
I can see it in the archives along with this reply by glyph:
http://twistedmatrix.com/pipermail/twisted-python/2014-October/028841.html
—h___
I’m sorry if this is a duplicate? I sent this earlier, but I don’t see it in
the archives?
Folks,
I’m writing an client using twisted, and I’m basing it off the Poetry client
from http://krondo.com/wp-content/uploads/2009/08/twisted-intro.html.
I am porting a previous pyserial based client, so
On Oct 6, 2014, at 5:16 PM, Benjamin Schollnick wrote:
> Now the client works right now, but I’m concerned that I can’t figure out how
> to immediately read for a reply packet from the server.
First, if you want to "immediately" do anything, you really need to delete that
"time.sleep(.5)" lin
Folks,
I’m writing an client using twisted, and I’m basing it off the Poetry client
from http://krondo.com/wp-content/uploads/2009/08/twisted-intro.html.
I am porting a previous pyserial based client, so I’m running into new
territory here.
And it’s working fine, there are two “issues" that I a