Add a missing "time" property in the netflux client causing incorrect

timeout errors
pull/1/head
Yann Flory 2016-04-22 11:46:27 +02:00
parent 2c158558f5
commit 8ac69ca262
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ const mkChannel = (ctx, id) => {
};
const chan = {
_: internal,
time: now(),
id: id,
members: internal.members,
bcast: (msg) => channelBcast(ctx, chan.id, msg),