Permalink
Browse files
[#5] add require for eventmachine
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
lib/apnserver/server.rb
|
|
@@ -1,3 +1,5 @@ |
|
|
+require 'eventmachine'
|
|
|
+
|
|
|
module ApnServer
|
|
|
class Server
|
|
|
attr_accessor :client, :bind_address, :port
|
|
|
0 comments on commit
d019c82