FanoutHarness
class FanoutHarness(val serverLoom: Loom, connect: suspend (peerId: PeerId, random: Random) -> Seam)
Binds a server-fanout Loom under test to a way of connecting client Seams to it.
Parameters
connect
connect a fresh client with the given PeerId (seeded Random for any nonce generation) and return that client's Seam wired to serverLoom.
Functions
Link copied to clipboard
Connect a fresh client Seam wired to serverLoom.