more webshlocket

This commit is contained in:
Yessiest 2024-12-10 20:15:35 +04:00
parent f2e995dcc0
commit a54a201b97
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ module Landline
def _process_events(next_frame)
loop do
frame = next_frame.call
return nil unless frame
case frame.type
when :binary, :text, :pong then return frame
when :ping