Opened 9 years ago
Closed 9 years ago
#5235 task closed fixed (fixed)
Expand point 3.13 of the FAQ
Reported by: | mathias | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Keywords: | documentation |
Cc: | Thijs Triemstra | Branch: | |
Author: |
Description
I suggest to add a third point to point 3.13 of FAQ: http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#WhydoesittakealongtimefordataIsendwithtransport.writetoarriveattheothersideoftheconnection:
If your program appears to send messages as expected, it might also happen that the sending program is working as expected and that the receiving program buffers the messages! Eg: your messages are buffered by a web browser, and you don't close your message! Use telnet instead. Especially as a beginner, never forget that you can only see messages indirectly through the eyes of another program. Check your receiving program!
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Cc: | Thijs Triemstra added |
---|---|
Milestone: | regular-releases |
Summary: | Don't know if it is correctly submitted, but it can definitely be a show-stopper for a bloody beginner like me → Expand point 3.13 of the FAQ |
comment:3 follow-up: 4 Changed 9 years ago by
Author: | "mathias" <mf_tech@mathiasfoehr.lu> |
---|
Feel free to add it to the wiki page. Typically a ticket isn't required for wiki edits.
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to exarkun:
Feel free to add it to the wiki page. Typically a ticket isn't required for wiki edits.
Added to the wiki page, closing as fixed.
It's just about adding a few lines of documentation.