Sha256: 383aefdbe0ea3cdd8820f86c2fb87f1e4aafded6c5228e399f7f387ea2143494
Contents?: true
Size: 330 Bytes
Versions: 8
Compression:
Stored size: 330 Bytes
Contents
module EventMachine module WebSocket module Close05 def close_websocket(code, body) # TODO: Ideally send body data and check that it matches in ack send_frame(:close, "\x53") @state = :closing start_close_timeout end def supports_close_codes?; false; end end end end
Version data entries
8 entries across 8 versions & 2 rubygems