This version (2017/05/27 13:44) is a draft.
Approvals: 0/1
Approvals: 0/1
[00:40:03] <BadApe> writing a unittest for a tcp server, vertx.deployVerticle(TCPServerVerticle.class.getName(), options, context.asyncAssertSuccess()); however it seems i've blocked and the unittest locks
[05:30:51] * ChanServ sets mode: +o temporalfox [06:40:53] * ChanServ sets mode: +o temporalfox
[09:35:08] * ChanServ sets mode: +o purplefox [15:24:18] * ChanServ sets mode: +o purplefox
[21:51:10] <rann> good morning/evening/etc, quick question: Vert.x 3, I deploy a few verticles, everything works fine and as expected. However: the Set<String> vertx.deploymentIds() is empty after I've deployed my verticles. I expected this set to contain the verticle IDs that are deployed on the eventbus; am I doing something obvious wrong?