Tensorboard dev on multiple experiments

Is there a way to run tensorboard dev with multiple concurrent experiments? For regular tensorboard, we have the --reload_multifile True option but this doesn’t seem to work with tensorboard dev? Without it, if you have more than 1 SummaryWriter writing to different files, tensorboard freezes and no longer provides any updates.