You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working with the RFM69 radio modules and the associated Circuitpython library. There is a RuntimeError: Timeout during packet send generated when the send function times out. The library source for this function states that the timeout is only there to prevent hang.
This is fine, but why does there have to be a runtime error generated when this happens?
I propose we not generate an error on this condition.
The text was updated successfully, but these errors were encountered:
I have been working with the RFM69 radio modules and the associated Circuitpython library. There is a RuntimeError: Timeout during packet send generated when the send function times out. The library source for this function states that the timeout is only there to prevent hang.
This is fine, but why does there have to be a runtime error generated when this happens?
I propose we not generate an error on this condition.
The text was updated successfully, but these errors were encountered: