Add in-memory relay

This commit is contained in:
Jon Staab
2024-04-21 16:01:32 -07:00
parent f738682fb3
commit eb5ffe873e
14 changed files with 246 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {Emitter} from '@coracle.social/lib'
import type {Message} from '@coracle.social/util'
import type {Target} from '../Executor'
import type {Message} from '../Socket'
export class Multi extends Emitter {
constructor(readonly targets: Target[]) {