Closed GoogleCodeExporter closed 8 years ago
Issue 28 has been merged into this issue.
Original comment by jond...@gmail.com
on 28 Apr 2010 at 12:24
First a big thank you to the author of the apns-sharp for the great work on the
whole library. It saves me lots of time in learning and coding!
Well, I had the same problem too. The trouble maker is in class
NotificationConnection.cs at method Close().
The worker thread is actually sleeping for 500 instead 100 as stated in the
remarks
of this method. But Close() only waits for 250. Bring those values in harmony
and it
works just fine.
The reason why it works as console application and not as webservice, is simply
the
fact, that the race conditions are in favour of the console application.
Hope that helps.
Cheers
Thomas
Original comment by thomas...@gmx.net
on 8 May 2010 at 10:20
A very big thanks for the help, now it works perfectly!!
Original comment by jonbarri...@gmail.com
on 18 May 2010 at 7:47
Original comment by jond...@gmail.com
on 19 May 2010 at 11:11
Original issue reported on code.google.com by
jonbarri...@gmail.com
on 28 Apr 2010 at 10:13