The reason this is happening is because the driver runs on multiple threads. As the application closes, it clears queues and stop the threads which typically can take about 5-10 seconds (possibly longer on slower computers). The next version will help this out some and exit the application faster.