CodeSchmiedeHGW / BLITZ

Bulk Loading and Interactive Time series Zonal analysis
GNU General Public License v3.0
1 stars 0 forks source link

Web Connection Keep Listening #29

Open irkri opened 3 months ago

irkri commented 3 months ago

Once a web connection is established, keep it open until manually closed by the user (e.g. at button press). This way, not only one image can be sent by the server.

irkri commented 3 months ago

This should now work. There is one thread that connects and keeps listening for incoming images. The images get downloaded by another thread.

There might be a problem if the download takes too long and meanwhile a new message gets sent. Might not be worth fixing for now.