}
public void go() {
super.go();
Flog.log("joining workspace %s", url);
conn = new Connection(this);
outbound = new OutboundRequestHandler(context, state, conn);
inbound = new InboundRequestHandler(context, state, outbound, shouldUpload);
editorEventHandler = new EditorEventHandler(context, state, outbound, inbound);
PersistentJson persistentJson = PersistentJson.getInstance();
persistentJson.addWorkspace(url, context.colabDir);