Skip to content

Commit

Permalink
enable fiber
Browse files Browse the repository at this point in the history
  • Loading branch information
ihower committed Aug 13, 2011
1 parent 038e658 commit 333d2e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/actions/chat_action.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require 'digest/md5'
class ChatAction < Cramp::Websocket

use_fiber_pool

on_start :create_redis
on_finish :handle_leave, :destroy_redis
on_data :received_data
Expand Down

0 comments on commit 333d2e9

Please sign in to comment.