celluloid / celluloid-io

UNMAINTAINED: See celluloid/celluloid#779 - Evented sockets for Celluloid actors
https://celluloid.io
MIT License
879 stars 93 forks source link

Run celluloid backported mode. #184

Open jeyraof opened 6 years ago

jeyraof commented 6 years ago

In my code, I changed code

from

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

to

require 'celluloid/current'
require 'celluloid-io'

because of following documentation

But warning message still poped up.

Celluloid 0.17.3 is running in BACKPORTED mode. [ http://git.io/vJf3J ]

How can i fix it?