Value not returned to playground from live view

I want to retrieve certain parameters from the live view back to the playground. I can see the messages going through but because there is asynchronous messaging at the end the value never makes it back to the playground. Playground has indefiniteExecution on and am using group notify to sync. The value is returned if I run the playground in step mode or slowly but not in direct play mode. Any help will be appreciated

Replies

It is not clear what you are trying to achieve. You may want to make an interaction feature using live view, but how to acieve that depends on deitals. Please show your whole code.