James Cowan
James Cowan
Hi thanks for the reply. Yes I get in both ios and android. This is the jni error I get when running it on the android emulator: System.NotSupportedException: Could not...
I think one of the issues was that I was opening the socket before the Xamarin initialisation had finished. I have created a very simple ExampleSocket here: https://github.com/jmc420/xamarin-examples All it...
During editing source code, when I go to the declaration of TcpSocketListener within Xamarin Studio, I go to PCL version: public TcpSocketListener () { throw new NotImplementedException ("The empty PCL...
if I add package id="Sharpcaster.SocketsForPCL" version="2.0.4", the ExampleSocket works. What is the relationship between Sharpcaster.SocketsForPCL and rda.SocketsForPCL? James
If you add the import of your theme, this error goes away: import "ace-builds/src-min-noconflict/mode-html"; I'm using rollup to build my react app rather than webpack. I also did the ace.config.set('basePath',...