James King
James King
Don't know if you want it extended a little more... https://github.com/king-jam/node_pcap/blob/master/decode/lldp.js -> entry https://github.com/king-jam/node_pcap/tree/master/decode/lldp -> pretty much full support
So if I'm reading the code correctly, we will have to up the number of workers but that won't resolve the issue. I believe the restic daemonset would be able...
``` root@localhost:~# iperf -c 138.68.91.1 --tradeoff --format k --reportstyle C --time 15s connect failed: Connection timed out ```
I've tried both from home and via a server in AWS, I can't get a connection to work outbound. All firewalls and security off, etc.
Suspect the service just died on the IP. I resolved it by changing the target IP. You should consider hardcoding a DNS entry and doing a DNS lookup for the...
Encountered the same issue. Still trying to debug but preliminary debug shows that it is a constructor issue. There are so many constructor overrides, I think the compiler is getting...
Follow up to: https://github.com/adafruit/Adafruit_MQTT_Library/issues/54#issuecomment-351898477 I confirmed in my builds that when I had an issue, it was seeing the AIO_KEY parameter as empty. This appears to be a compilation issue...
@denizruzgar what happens if you just delete these lines? https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/Adafruit_MQTT_FONA.h#L44-L48
Connect Packet appears to be missing the AIO Key....which shouldn't be posted here regardless but I feel like you need to completely override the constructor.
@ladyada issue is persistent even with DEBUG on. Indeterminate behavior means I just recompile and flash until I get a working version.