} else if (message instanceof ProtocolVersionMessage) {
//yay!
//my session and my tab are one based on the current ms and a random number
String keyPrefix = Long.toHexString(System.currentTimeMillis()) +
"_" + Integer.toHexString((int) (Math.random() * Integer.MAX_VALUE));
sendMessage(new LoadModuleMessage(
//the URL is not really a URL, but rather my host and port
"gwt-node-debug://" + host + ":" + port,
"tab_" + keyPrefix,
"session_" + keyPrefix,
moduleName,