Skip to content

Commit

Permalink
Delete an incorrect deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeamShin committed Jun 14, 2024
1 parent 73f710a commit 678c5ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: luna-service2++ Library API Reference
date: 2022-05-03
date: 2024-06-14
toc: true
---

Expand Down Expand Up @@ -2992,7 +2992,6 @@ <h4>Returns</h4>
None
<h3 id="get-2">get</h3>
<h4>Description</h4>
<p><span style="color:#FF0000">Note: Do not use. It will be deprecated.</span></p>
<p>Retrieve a message object from the top of its queue.</p>
<p>If continueWith was called then this call will wait infinitely because callback from continueWith intercepts all messages and keeps the message queue empty.</p>
<p>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.</p>
Expand Down

0 comments on commit 678c5ae

Please sign in to comment.