//
// TODO: Should the possibility of a leak because of this phenomenon be handled?
field = BisocketClientInvoker.class.getDeclaredField("listenerIdToSocketsMap");
field.setAccessible(true);
Map listenerIdToSocketsMap = (Map) field.get(null);
listenerIdToSocketsMap.clear();
}
/**
* This method tests the ability of a client to connect to a restarted