bug: count is not always 0 when io.EOF is encountered #2

오픈
" coolaj862018-08-06 22:38:19 +00:00을 오픈" · 0개의 코멘트
소유자

Currently the telnet reader quits when EOF is encountered.

This happens to work correctly with Telnet, but may not work correctly with piped netcat or other clients that send the EOF fast enough for it to end up in the read buffer.

Currently the telnet reader quits when EOF is encountered. This happens to work correctly with Telnet, but may not work correctly with piped netcat or other clients that send the EOF fast enough for it to end up in the read buffer.
"로그인하여 이 대화에 참여"
레이블 없음
참여자 1명
알림
마감일
마감일이 설정되지 않았습니다.
의존성

No dependencies set.

Reference: coolaj86/chat.go#2
No description provided.