mysql
mysql copied to clipboard
Timeouts
Provide a way to configure timeouts for the network operations. Consider whether to make it a connection-wide option or a per-operation option.
Should be achievable using Asio's new cancellation slot mechanism. We should check how to leave connections in a well-defined state after cancellation (e.g. discarding any non-read frames before the next read).