NVentimiglia / Websockets.PCL

C# Websockets for all platforms using native bridges
MIT License
98 stars 36 forks source link

Some fixes to get it running as intended #33

Closed kolbma closed 5 years ago

kolbma commented 7 years ago

This breaks the API because OnError gets an Exception instead of a string. But I think it is the way this should be done.

We should discuss the WP8 thing... And we should discuss about updating the requirements...

scarabdesign commented 5 years ago

I've been fighting the Android crash on disconnect for a couple weeks, so I hand picked some updates you have here and it set it straight. Thanks, kolbma!