Skip to content

Commit 55f127b

Browse files
wtnioquatix
authored andcommitted
Fix method invocation.
1 parent c9ad027 commit 55f127b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/websocket/connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def write(buffer)
180180
if buffer.encoding == Encoding::UTF_8
181181
send_text(buffer)
182182
else
183-
send_data(buffer)
183+
send_binary(buffer)
184184
end
185185
end
186186

0 commit comments

Comments
 (0)