pycozo icon indicating copy to clipboard operation
pycozo copied to clipboard

Added multitransact functionality for http

Open hosford42 opened this issue 7 months ago • 0 comments

  • Added RemoteMultiTransact class and Client._client_tx_begin and Client._client_tx_finish methods to support transactions for http connections
  • Modified Client to import requests up front if it's needed, so failure becomes immediately apparent.
  • Modified Client to use keep-alive session, to reduce latency for repeated requests.
  • Fixed a potential bug in the arguments to MultiTransact.__exit__.

hosford42 avatar Jul 10 '24 18:07 hosford42