Hi all, I'm trying to use thrift for testing purpose. In my project, I need to start and stop the service for every test case. Starting the service is simple as doing "server.serve()" but I can't find how to stop it. So, how a thrift service is supposed to be stopped ? Is is possible to stop it from the client ?
Regards, Jaonary
