mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
touch should respect destroyed
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ func (socket *Socket) Write(lines []string) error {
|
||||
}
|
||||
|
||||
func (socket *Socket) readLines() {
|
||||
for !socket.closed {
|
||||
for {
|
||||
line, err := socket.reader.ReadString('\n')
|
||||
if err != nil {
|
||||
if DEBUG_NET {
|
||||
|
||||
Reference in New Issue
Block a user