Question
Killing clients stream from server side
Why can't (or better yet) you kill client stream from server side - I seen some code that FME may call on server side
like s= stream.get(streamOBJ.name);
s.play(false);
delete s; application.gc(); // over kill but still did not work
I was thinking this would work by it didn't -
What am I missing?
Thanks
