MaD-DSD opened a new issue, #3356: URL: https://github.com/apache/streampipes/issues/3356
### Apache StreamPipes version None ### Affected StreamPipes components Processing Elements ### What happened? I am using Streampipes on a Raspberry Pi. The data source is an HTTP server adapter that captures data and forwards it via a REST Publisher (Data Sink) to a Flask endpoint running in the background on the Raspberry Pi. Problem: After a reboot of the Raspberry Pi, data no longer arrives at the Flask endpoint. However, if the pipeline is manually stopped and restarted, the data transmission works correctly again. ### How to reproduce? 1. Reboot the Raspberry Pi. 2. Data does not arrive at the Flask endpoint. 3. Stop and restart the pipeline. 4. Data transmission works again after restarting the pipeline. ### Expected behavior The pipeline should continue functioning correctly after a Raspberry Pi reboot, without the need for a manual restart of the pipeline. ### Additional technical information _No response_ ### Are you willing to submit a PR? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org