I have the following piece of code listening for data in a dll. GetContext is listening for data. Is there a way to signal olc to stop listening for data via say sending him a "QUIT" message from the same process? I can issue ol.Stop() but the GetContext does not release (still waiting for...