Add a missing "time" property in the netflux client causing incorrect
timeout errors
This commit is contained in:
@@ -51,6 +51,7 @@ const mkChannel = (ctx, id) => {
|
|||||||
};
|
};
|
||||||
const chan = {
|
const chan = {
|
||||||
_: internal,
|
_: internal,
|
||||||
|
time: now(),
|
||||||
id: id,
|
id: id,
|
||||||
members: internal.members,
|
members: internal.members,
|
||||||
bcast: (msg) => channelBcast(ctx, chan.id, msg),
|
bcast: (msg) => channelBcast(ctx, chan.id, msg),
|
||||||
|
|||||||
Reference in New Issue
Block a user