Skip to content

Commit

Permalink
Forgot to adjust this for new state tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Oct 31, 2010
1 parent 00d0455 commit bc1adbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/skinny.rb
Expand Up @@ -175,7 +175,7 @@ def handshake!
def receive_data data
@buffer += data

process_frame if @handshook
EM.next_tick { process_frame } if @state == :handshook
rescue
error! "Error while receiving WebSocket data"
end
Expand Down

0 comments on commit bc1adbc

Please sign in to comment.