stream insight dispose problem

143 views Asked by At

i have written a small app with stream insight just to learn this stuff. the app works fine but when i close the app when disposing the cep server the app freezes. event though all the adapters a no longer working - called stopped i am using typed point adapters thanks and sorry for the stupid question....

2

There are 2 answers

0
romans On

On disposing the StreamInsight server, it waits one minute for the adapters to finish. Does your app eventually exit after one minute?

0
DevBiker On

Are you notifying the engine that your adapters have stopped successfully? You need to call Stopped() on the adapter base class.