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
Currently, we have a fixed read buffer of 4096 bytes. If scan outputs a larger output of 4096 bytes, then not all keys will be captured in the read.
Therefore, we should use the new atclient_connection_read implementation where a maximum buffer size can be specified through atclient_get_atkeys_request_options
The text was updated successfully, but these errors were encountered:
Currently, we have a fixed read buffer of 4096 bytes. If
scan
outputs a larger output of 4096 bytes, then not all keys will be captured in the read.Therefore, we should use the new atclient_connection_read implementation where a maximum buffer size can be specified through
atclient_get_atkeys_request_options
The text was updated successfully, but these errors were encountered: