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
After calling ltpStop the ltpvdb->deliverySemaphore is ended, which in turn ends the ltpdeliv process. However, this semaphore is never unended, so ltpdeliv immediately dies after calling ltpStart(). Suggestion is to do an sm_Unend(ltpvdb->deliverySemaphore) before launching ltpdeliv in ltpStart.
The text was updated successfully, but these errors were encountered:
After calling ltpStop the ltpvdb->deliverySemaphore is ended, which in turn ends the ltpdeliv process. However, this semaphore is never unended, so ltpdeliv immediately dies after calling ltpStart(). Suggestion is to do an sm_Unend(ltpvdb->deliverySemaphore) before launching ltpdeliv in ltpStart.
The text was updated successfully, but these errors were encountered: