Add a missing "time" property in the netflux client causing incorrect
timeout errorspull/1/head
parent
2c158558f5
commit
8ac69ca262
www/common
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue