Art M. Gallagher

Results 33 comments of Art M. Gallagher

According to [these instructions](https://blog.hobbytronics.pk/sonoff-original-firmware-backup-restore/) `esptool` has a read_flash instruction that could be used for a backup option ``` # back up 1MB image esptool.py --port COM5 read_flash 0x00000 0x100000 image1M.bin...

Hi @badaix - cleanup - as new PR #1002 went into develop in Jun would you like to close this old one?

Nice feature request. Although I personally have only used snapclient on macos, i can't see the harm in installing both client and server, then the user just runs whichever they...

For something that's 'part of the infrastructure' like snapcast, and is left running, waiting for sound, I think that you have chosen Good Practice by freeing up resources rather than...

Although I was excited to learn of valgrind, the main project is not yet compatible with recent macos versions, and the fork I tried errored as soon as snapclient picked...

Sorry Johannes, this I have not used this system since your last post, so not had the opportunity to try out the proposed code. I will warm this one up...

I have recompiled from your latest develop branch, and will proceed with testing and debugging, and if needed try your proposed code mods.

I have not been able to reproduce this issue after compiling from `develop` branch at commit https://github.com/badaix/snapcast/commit/860c0e5c8f57c3b04fe641cc168a3a3330305fe2 - Closing as resolved

This issue seems to have come back, so I tried to catch exceptions in the `uninitAudioQueue` with the commit https://github.com/artmg/snapcast/commit/8afe7e52f5ba0859f02c293fcc79157086eab756 ``` 2020-06-28 15-31-31.053 [Debug] (Stats) Chunk: -5 -1 -2 -2...

soooooo, having finally gotten it running in gdb, this output doesn't mean so much to me :( ``` libc++abi.dylib: terminating with uncaught exception of type CAException [New Thread 0x1a2b of...