Fixed a bug in low-level data input handling
In ZEO.asyncio.client.Protocol.data_received, the logic was broken if there we unhandled errors, for example in calling client storage methods.
Showing
Please register or sign in to comment
In ZEO.asyncio.client.Protocol.data_received, the logic was broken if there we unhandled errors, for example in calling client storage methods.