I am using gshackles mono touch client library for mono. It hasnt been
updated in a while but appears to do the trick for long polling
functionality. I've struggled a bit to get up to speed with this library as
there seems to be not enough examples utilizing mono touch. But so far for
the simulator it works great.

If you have questions I'd be more than happy to trade expertise and help
grow the knowledge base.

Mike
On Jul 20, 2012, at 8:16 PM, "Konaju Games (Dev)" <d...@konaju.com> wrote:

We are currently using SignalR in MonoTouch, but it is not recommended yet
as SignalR uses ConcurrentDictionary and that causes JIT exceptions in
MonoTouch on the device.  There is an open issue about this, but it has not
yet been resolved.  We swapped ConcurrentDictionary for a regular
Dictionary to get it running, but they would have used ConcurrentDictionary
for a reason.
https://bugzilla.xamarin.com/show_bug.cgi?id=3444

Sly

On 21 July 2012 08:36, Craig Dunn <craig.d...@gmail.com> wrote:

> Mr Shackles has already done some good work getting SignalR on Xamarin
>
> https://github.com/gshackles/SignalR
>
> HTH
>
>
> On Jul 21, 2012, at 8:23 AM, Alex Soto <dxdr...@gmail.com> wrote:
>
> > Hello guys,
> >
> > Do you know if SignalR can be used with MonoTouch?? Also any example
> > would be great
> >
> > Or if you know a better solution that would be great.
> >
> > What I need to achieve is when the app is running in foreground i must
> > push info from the server to the device When some records are stored
> > in a database
> >
> > Alex
> > _______________________________________________
> > MonoTouch mailing list
> > MonoTouch@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monotouch
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to