aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

Feat: SDK receive() should read messages after a SubmitError

Open uri-99 opened this issue 1 year ago • 0 comments

On the SDK's submit_multiple(), the receive() function will close the connection if the sender receives an error for any proof from the Batcher. This should be fixed, allowing the sender to keep on reading for messages since the following responses may be valid.

This enables a case of the last message received being an error, thus some sort of timeout should be implemented to avoid the connection being left hanged.

uri-99 avatar Nov 11 '24 15:11 uri-99