<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using SignalR in MonoTouch and Mono for Android Apps</title>
	<atom:link href="http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/</link>
	<description>Reflections on technology and web development</description>
	<lastBuildDate>Sat, 04 May 2013 18:37:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: &#187; My experience at Xamarin Evolve 2013 SegPhault&#39;s Blog</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2916</link>
		<dc:creator>&#187; My experience at Xamarin Evolve 2013 SegPhault&#39;s Blog</dc:creator>
		<pubDate>Tue, 30 Apr 2013 18:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2916</guid>
		<description>[...] Scott worked with Greg Shackles, a talented member of the Xamarin community who has a lot of experience with SignalR on Xamarin. After Greg and Scott collaborated on the demo, David Fowler of the SignalR project accepted [...]</description>
		<content:encoded><![CDATA[<p>[...] Scott worked with Greg Shackles, a talented member of the Xamarin community who has a lot of experience with SignalR on Xamarin. After Greg and Scott collaborated on the demo, David Fowler of the SignalR project accepted [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2914</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 29 Apr 2013 13:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2914</guid>
		<description>Hi Tony,

You&#039;re right that the sample is no longer in my fork - a lot has actually changed since I wrote this post last year. The good news here is that the SignalR team recently took in my pull request and are working on official support for both Xamarin.iOS and Xamarin.Android, so my fork is no longer the place to go. As far as I know, they are planning to provide full support starting in SignalR 2.0. My changes are merged into their &lt;a href=&quot;https://github.com/signalr/signalr/tree/dev&quot; rel=&quot;nofollow&quot;&gt;dev branch&lt;/a&gt;, so you can pull from that if you want to try things out in the meantime.

Hope this helps!

Greg</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>You&#8217;re right that the sample is no longer in my fork &#8211; a lot has actually changed since I wrote this post last year. The good news here is that the SignalR team recently took in my pull request and are working on official support for both Xamarin.iOS and Xamarin.Android, so my fork is no longer the place to go. As far as I know, they are planning to provide full support starting in SignalR 2.0. My changes are merged into their <a href="https://github.com/signalr/signalr/tree/dev" rel="nofollow">dev branch</a>, so you can pull from that if you want to try things out in the meantime.</p>
<p>Hope this helps!</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2912</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sun, 28 Apr 2013 15:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2912</guid>
		<description>Hi Greg,

I can&#039;t find this sample anywhere in you forks.

I have been trying to build a basic Mono for Android app using the chat example and have the Web and WinForms examples working fine.  

When I copy the code from my WinForms app into my mono app I am having a lot of trouble. 

The first issue I had with the latest .net client dll was all around 509 certificates. I could find any resolution so reverted to an older version of the dll.

The problem then with the older version was anytime I went to call the invoke method it crashed out telling me there was no connection, even when I wrapped it in a new _connection.Start().ContinueWith(task =&gt; function.

I could see that there was a connection because it was handling any incoming messages from the web clients.

Do you have a recent version that supports the Android with Mono?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>I can&#8217;t find this sample anywhere in you forks.</p>
<p>I have been trying to build a basic Mono for Android app using the chat example and have the Web and WinForms examples working fine.  </p>
<p>When I copy the code from my WinForms app into my mono app I am having a lot of trouble. </p>
<p>The first issue I had with the latest .net client dll was all around 509 certificates. I could find any resolution so reverted to an older version of the dll.</p>
<p>The problem then with the older version was anytime I went to call the invoke method it crashed out telling me there was no connection, even when I wrapped it in a new _connection.Start().ContinueWith(task =&gt; function.</p>
<p>I could see that there was a connection because it was handling any incoming messages from the web clients.</p>
<p>Do you have a recent version that supports the Android with Mono?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Bellet</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2908</link>
		<dc:creator>Vincent Bellet</dc:creator>
		<pubDate>Sun, 21 Apr 2013 18:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2908</guid>
		<description>awesome post! thanks for sharing.

I am a big fan of signalr.</description>
		<content:encoded><![CDATA[<p>awesome post! thanks for sharing.</p>
<p>I am a big fan of signalr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2838</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Thu, 20 Dec 2012 10:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2838</guid>
		<description>Hi Greg,

your ports of SignalR are awesome, we have been using them for a cross platform mobile demo for a real-time auction and it works like a charm. It does not seem to work on Android 2.2 however, does your SignalR for MonoDroid only support Android 2.3 and higher?</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>your ports of SignalR are awesome, we have been using them for a cross platform mobile demo for a real-time auction and it works like a charm. It does not seem to work on Android 2.2 however, does your SignalR for MonoDroid only support Android 2.3 and higher?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2736</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 22 Nov 2012 14:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2736</guid>
		<description>When I originally spoke with David about it, he didn&#039;t want to bring in MT/MD support into SignalR officially, which is why I continue to maintain this fork. That said, I believe there are plans to officially support it at some point, but I can&#039;t really provide too much insight there.</description>
		<content:encoded><![CDATA[<p>When I originally spoke with David about it, he didn&#8217;t want to bring in MT/MD support into SignalR officially, which is why I continue to maintain this fork. That said, I believe there are plans to officially support it at some point, but I can&#8217;t really provide too much insight there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2734</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 21 Nov 2012 22:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2734</guid>
		<description>What are the chances of your iOS changes getting into the main branch?</description>
		<content:encoded><![CDATA[<p>What are the chances of your iOS changes getting into the main branch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KRK</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2604</link>
		<dc:creator>KRK</dc:creator>
		<pubDate>Wed, 01 Aug 2012 19:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2604</guid>
		<description>Thanks for the demo apps too.

Quite interesting &#039;application&#039; of SignalR.</description>
		<content:encoded><![CDATA[<p>Thanks for the demo apps too.</p>
<p>Quite interesting &#8216;application&#8217; of SignalR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheatsheet: 2012 07.19 ~ 07.31 - gOODiDEA.NET</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2601</link>
		<dc:creator>Cheatsheet: 2012 07.19 ~ 07.31 - gOODiDEA.NET</dc:creator>
		<pubDate>Tue, 31 Jul 2012 09:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2601</guid>
		<description>[...] Using SignalR in MonoTouch and Mono for Android Apps    Published Tuesday, July 31, 2012 6:50 PM by gOODiDEA Filed under: .NET, Performance, Node.js, WindowsPhone [...]</description>
		<content:encoded><![CDATA[<p>[...] Using SignalR in MonoTouch and Mono for Android Apps    Published Tuesday, July 31, 2012 6:50 PM by gOODiDEA Filed under: .NET, Performance, Node.js, WindowsPhone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #1157</title>
		<link>http://www.gregshackles.com/2012/07/using-signalr-in-monotouch-and-mono-for-android-apps/comment-page-1/#comment-2600</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #1157</dc:creator>
		<pubDate>Tue, 31 Jul 2012 08:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=558#comment-2600</guid>
		<description>[...] Using SignalR in MonoTouch and Mono for Android Apps  - Greg Shackles discusses getting up and running with SignalR on Android and iOS using Mono and MonoTouch, looking at building the client and consuming it in code. [...]</description>
		<content:encoded><![CDATA[<p>[...] Using SignalR in MonoTouch and Mono for Android Apps  &#8211; Greg Shackles discusses getting up and running with SignalR on Android and iOS using Mono and MonoTouch, looking at building the client and consuming it in code. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.gregshackles.com @ 2013-05-25 05:09:44 -->