Skip to content
Snippets Groups Projects
Commit bb3e7e67 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

seq: fixed a corner case in ASYNC put/get

If epicsEventTryWait succeeds, there could still be a previous request
pending that has timed out. This happens e.g. if the user code did not
call pvGetComplete resp. pvPutComplete. In that case we must reset the
request pointer to NULL in order to invalidate the request so it gets
ignored whenever it finally arrives.
parent 9d8e1bbe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment