Merge pull request #362 from NIC619/add_signing_and_verification_to_pubsub

Add signing and verification to pubsub
This commit is contained in:
NIC Lin
2019-11-30 13:44:12 +08:00
committed by GitHub
7 changed files with 184 additions and 24 deletions

View File

@ -153,6 +153,7 @@ class PubsubFactory(factory.Factory):
router = None
my_id = factory.LazyAttribute(lambda obj: obj.host.get_id())
cache_size = None
strict_signing = False
async def swarm_pair_factory(