Skip to content

Commit

Permalink
IGNITE-23747 / update client protocol in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuch committed Dec 14, 2024
1 parent 10b92c7 commit 62cf1af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class transactions_impl {
IGNITE_API void begin_async(ignite_callback<transaction> callback) {
auto writer_func = [this](protocol::writer &writer) {
writer.write_bool(false); // readOnly.
writer.write((std::int64_t) 0); // timeoutMillis.
writer.write(m_connection->get_observable_timestamp());
};

Expand Down

0 comments on commit 62cf1af

Please sign in to comment.