webshlocket
This commit is contained in:
parent
250254d2df
commit
8284c58509
|
@ -91,6 +91,7 @@ module Landline
|
||||||
)
|
)
|
||||||
@io.write(frame.to_s)
|
@io.write(frame.to_s)
|
||||||
rescue Errno::EPIPE => e
|
rescue Errno::EPIPE => e
|
||||||
|
@writable = false
|
||||||
_emit :error, e
|
_emit :error, e
|
||||||
close
|
close
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Reference in New Issue