* TODO: The urlBase is ignored for now. The default is identical to what is currently
* provided in urlBase. When the GWTSocketIOConnectionFactory.create() is updated,
* parse the urlBAse and pass the host and port.
*/
private final SocketIOConnection socket = GWTSocketIOConnectionFactory.INSTANCE.create(
new SocketIOConnectionListener() {
@Override
public void onConnect() {
callback.onConnect();
}