dumbster
dumbster copied to clipboard
Multithreaded server only outputs to one connection at a time
Steps to reproduce:
- launch dumbster, e.g.: [swbeitze@daystar ~]$ java -jar src/github/dumbster/build/dumbster.jar 8989
- open a telnet session to the local dumbster: [swbeitze@daystar ~]$ telnet localhost 8989
- observe the connect sequence:
Trying ::1... Connected to localhost. Escape character is '^]'. 220 localhost Dumbster SMTP service ready
- in another terminal, open a second telnet to dumbster
- observe that the connect sequence in the second telnet stops with telnet's printing of the escape character
- quit the first telnet session
- the second telnet session now prints the dumbster greeting
Yikes! Great find. I'll be reviewing your pull request today.
Has this been addressed after 3 years?
Has this been addressed after 7 years?