Skip to content
Snippets Groups Projects
Commit 4c5dd724 authored by Ben Franksen's avatar Ben Franksen
Browse files

seq: fix pvPut/pvGet hanger on disconnect

The connection handler now releases all semaphores waiting for an
event on this PV. Furthermore, the pvGet/pvPut[Complete] built-in
functions check the connected status whenever they successfully waited
for such a semaphore.

This patch also fixes a few problems with error handling in these
procedures; for instance, the SYNC versions released semaphores even
in case of timeout, which is definitely wrong.
parent ed0310ae
No related branches found
No related tags found
Loading
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