Stop xmlrpc server

Hi,

When I add an xmlrpc server block in GnuRadio 3.7.5, I’m not able to
stop
the flow graph pressing Enter any more. I have to manually add the
shutdown
call to the server in the generated script (see below). Am I doing
something wrong, is it expected or is this a bug?


raw_input('Press Enter to quit: ')
tb.xmlrpc_server_0.shutdown()
tb.stop()
tb.wait()

Thanks,
Murray