DirtyJerz
DirtyJerz
Did you ever figure this out?
Ah ok, your volley request queue is using the default http stack which uses the singleton. My volley instance is using Okhttp. OkHttp creates it's own httpclient (separate ssl context)....
This should be included in the README. Installed M2Crypto (and swig, and python-dev) and made it work but this could have saved me like 5 minutes. :P
``` diff --git a/Adafruit_MQTT.cpp b/Adafruit_MQTT.cpp index c4ff4e2..0f1d49c 100644 --- a/Adafruit_MQTT.cpp +++ b/Adafruit_MQTT.cpp @@ -583,8 +583,9 @@ uint8_t Adafruit_MQTT::publishPacket(uint8_t *packet, const char *topic, uint8_t *data, uint8_t bLen, uint8_t qos) { uint8_t...
I'd be willing to give it a go when I have some free time but I really just need a way to get usbip working with my instruments. (Agilent B2902,...
Also, why do you get rid of the usbip packages and go for the kernel tools version?
Is there a way to automatically add a promo code to offline payments? I'm applying a fee to the products to pass the stripe fee on to the customer, but...