From 0021868b37ecf8ac127aba02f6bc97708102c056 Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Fri, 27 Dec 2024 18:52:17 +0100 Subject: [PATCH] Fix liveliness timeout type --- include/zenoh/api/session.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zenoh/api/session.hxx b/include/zenoh/api/session.hxx index f22c26b..d236969 100644 --- a/include/zenoh/api/session.hxx +++ b/include/zenoh/api/session.hxx @@ -1034,7 +1034,7 @@ class Session : public Owned<::z_owned_session_t> { /// @name Fields /// @brief The timeout for the query in milliseconds. - uint32_t timeout_ms = 10000; + uint64_t timeout_ms = 10000; /// @name Methods