Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Don't autostart Celluloid
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 20, 2013
1 parent 64d7aaf commit 0c86963
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/reel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

require 'http/parser'
require 'http'

require 'celluloid/autostart'
require 'celluloid/io'

require 'reel/version'

require 'reel/mixins'
require 'reel/connection'
require 'reel/logger'
Expand Down

2 comments on commit 0c86963

@digitalextremist
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick question... why?

@tarcieri
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requiring celluloid/autostart makes Reel autostart Celluloid when it's required. This has been known to cause issues:

celluloid/dcell#51

Please sign in to comment.