You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I would like to understand the behavior of stomp-php send() based on the sync parameter value. After looking through the code, my understanding is:
. If sync=false (default), no receipt is required from the server
. if sync=true, send() will wait till the receipt is received from the server
Please let me know if my understanding correct?
The "sync" name threw me off course :) I thought it decides if it is a synchronous Vs. asynchronous wait for receipt.
I apologize for posting this here as I'm unaware of any mailing list for discussing general issues. Please let me know if there is one.
Thanks,
PC
The text was updated successfully, but these errors were encountered:
Hi All,
I would like to understand the behavior of stomp-php send() based on the sync parameter value. After looking through the code, my understanding is:
. If sync=false (default), no receipt is required from the server
. if sync=true, send() will wait till the receipt is received from the server
Please let me know if my understanding correct?
The "sync" name threw me off course :) I thought it decides if it is a synchronous Vs. asynchronous wait for receipt.
I apologize for posting this here as I'm unaware of any mailing list for discussing general issues. Please let me know if there is one.
Thanks,
PC
The text was updated successfully, but these errors were encountered: