meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
737 stars 212 forks source link

Complete request future if response is a ClientNotification #1274

Closed djholt closed 1 month ago

djholt commented 1 month ago

Fix for client requests stalling when firmware rate limit is triggered. Completes the request future per the replyId in the ClientNotification response. I'm not sure if this is the optimal solution considering how client notifications may be used in the future, but it solves the issue for now. If I can rework the fix, let me know!