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
Errors aren't currently handled well - we should probably use error-chain to make the type conversion cleaner, and pass write errors from the write thread to the consumer through a separate error channel. We should also ensure the connection gets closed/invalidated once an error happens.
The text was updated successfully, but these errors were encountered:
Errors aren't currently handled well - we should probably use
error-chain
to make the type conversion cleaner, and pass write errors from the write thread to the consumer through a separate error channel. We should also ensure the connection gets closed/invalidated once an error happens.The text was updated successfully, but these errors were encountered: