webshlocket

This commit is contained in:
Yessiest 2024-07-09 00:43:36 +04:00
parent 250254d2df
commit 8284c58509
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ module Landline
)
@io.write(frame.to_s)
rescue Errno::EPIPE => e
@writable = false
_emit :error, e
close
nil