Closed JensEggers closed 4 years ago
found in happner-2@11.2.13
this resolves:
const handle = await this.mesh.event.pe.on(eventName, (data, _meta) => subscription.publish([data, _meta]) )
this doesn't:
const handle = await this.mesh.event.pe.on(eventName, {count: 10}, (data, _meta) => subscription.publish([data, _meta]) )
found in happner-2@11.2.13
this resolves:
this doesn't: