Pierluigi Dalla Rosa

Results 4 issues of Pierluigi Dalla Rosa

Hi, I'm using ofxLibwebsocket as a client and it works, but as soon as the server goes offline the sketch crashes at line 284 of Client.cpp: [https://github.com/robotconscience/ofxLibwebsockets/blob/master/libs/ofxLibwebsockets/src/Client.cpp#L284](url) `libwebsocket_context_destroy( context );`...

Hi, with a [Sparkfun Pro Micro](https://www.sparkfun.com/products/12640) that ships with a Atmel MEGA 32u4 I'm not able to receive any incoming data. The code (arduino) I'm testing is the following: ```...

bug

Updated the code to save the video on camera roll to use the PhotoKit framework instead of the AseetLibrary (now deprecated).

I'm trying to run a web socket server library for Arduino MKR1000, I landed on this library that seems to be a pretty great one, but where would you start...