jorgenkraghjakobsen / snapclient

WIP snapclient on ESP32
245 stars 52 forks source link

Low size wire chunks if stream is killed #24

Closed CarlosDerSeher closed 3 years ago

CarlosDerSeher commented 3 years ago

Not sure if it is a problem from the server side, but I noticed some strange behaviour if I kill the stream on the server. i will always get ~70 wire chunks with size of 18, this confuses the decoder and breaks my code. For now I just throw out these chunks of size <=18

I was wondering if anybody else was also seeing this behavior and where it is originating?!

CarlosDerSeher commented 3 years ago

nevermind, the issue seems to be resolved by installing current snapserver version