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!
Fix for client requests stalling when firmware rate limit is triggered. Completes the request future per the
replyId
in theClientNotification
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!