Also why do you think that shutdown() is not working? It is closing
API handlers so it can be open again. It does not promise to close all
open connections. Did you expected that?
The only place it does really close connections is bluecove-emu where
this is required for unit tests to continue.
--
Vlad
Also there is no way to say that shutdown() is completed because any
new call to open connection will initialize the stack again.