ostinelli / apnotic

A Ruby APNs HTTP/2 gem able to provide instant feedback.
MIT License
475 stars 95 forks source link

JRuby support #13

Open mohamedhafez opened 8 years ago

mohamedhafez commented 8 years ago

Is there a reason that JRuby isn't supported at https://github.com/ostinelli/apnotic/blob/master/lib/apnotic.rb#L9, or is it that it just hasn't been tested? Looking through the dependencies it looks like both connection_pool and http-2 both support jruby and test against it...

ostinelli commented 8 years ago

This is due to NetHttp2 integration with JRuby. See https://github.com/ostinelli/net-http2/issues/8.

If you care to contribute you're welcome to jump in :)