From 678c5aec58192977c771d72a98c057086a3eddbe Mon Sep 17 00:00:00 2001 From: HeeamShin Date: Fri, 14 Jun 2024 14:30:45 +0900 Subject: [PATCH] Delete an incorrect deprecation notes --- .../luna-service2++-library-api-reference.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/reference/luna-service2++-library/luna-service2++-library-api-reference.html b/content/en/docs/reference/luna-service2++-library/luna-service2++-library-api-reference.html index bf2fd4c3..1a83f6b8 100644 --- a/content/en/docs/reference/luna-service2++-library/luna-service2++-library-api-reference.html +++ b/content/en/docs/reference/luna-service2++-library/luna-service2++-library-api-reference.html @@ -1,6 +1,6 @@ --- title: luna-service2++ Library API Reference -date: 2022-05-03 +date: 2024-06-14 toc: true --- @@ -2992,7 +2992,6 @@

Returns

None

get

Description

-

Note: Do not use. It will be deprecated.

Retrieve a message object from the top of its queue.

If continueWith was called then this call will wait infinitely because callback from continueWith intercepts all messages and keeps the message queue empty.

It waits for new messages if there is none. It blocks execution until a new message arrives. if msTimeout != 0 the call will be canceled if no reply is received after msTimeout milliseconds.