Ian Leitch

Results 161 comments of Ian Leitch

![soon](https://f.cloud.github.com/assets/48235/1943462/e4928bf2-7faa-11e3-8435-9220d803d040.jpg)

@matiaslina could you please open a PR adding a WPNs example to the README?

I need more information. Have you configured Rapns to access this log file? Rapns will use the default Rails logger unless configured otherwise.

Thank you for the suggestion, I will implement this.

Disable 'check_for_errors' and increase the number of connections (defined on the app). What is your batch size? You can try tune that and the polling frequency. Sent from my iPhone...

Periphery had a similar performance issue not long ago, and I noticed there wasn't a solid glob to regex implementation, so I ported Python's fnmatch to Swift: https://github.com/ileitch/swift-filename-matcher. It might...

Yes, I'm planning to implement the solution that PushSharp uses. The log indicates that the error was detected and the connection re-established, I'd expect you to receive the following notifications...

Hey, sorry I've not gotten to this yet, will do soon.

How many connections do you have? Have you disabled error checking? With many connections you will be constrained by the global internal lock of MRI, JRuby or Rubinius may help...