Skip to content

Commit 59476dd

Browse files
authored
context is not protected, then is made sync (#1131)
* context is not protected, then is made sync * clang-format
1 parent 1c43cc7 commit 59476dd

File tree

1 file changed

+1
-0
lines changed
  • hazelcast/src/hazelcast/client

1 file changed

+1
-0
lines changed

hazelcast/src/hazelcast/client/spi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,7 @@ cluster_view_listener::try_register(
29952995
auto conn_id = connection->get_connection_id();
29962996

29972997
invocation->invoke_urgent().then(
2998+
boost::launch::sync,
29982999
[weak_self, handler, conn_id](boost::future<protocol::ClientMessage> f) {
29993000
auto self = weak_self.lock();
30003001
if (!self)

0 commit comments

Comments
 (0)