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
Do not create new try/catch blocks in the write/read methods, its incredibly inefficient. Move the try/catch around the entire loop operation. This makes write 50x-100x slower.
The text was updated successfully, but these errors were encountered:
Do not create new try/catch blocks in the write/read methods, its incredibly inefficient. Move the try/catch around the entire loop operation. This makes write 50x-100x slower.
The text was updated successfully, but these errors were encountered: