ssbc / secret-stack

connect peers to each other using secret-handshakes
MIT License
90 stars 19 forks source link

fail if mismatch between config and plugins? #26

Open dominictarr opened 6 years ago

dominictarr commented 6 years ago

sometimes i've been trying to set up a protocol and had problems, were I thought I had specified the correct config but had got something wrong. for example - if you have a configuration for a connection type but code for that type isn't provided by some plugin, then nothing happens! (which is especially confusing because there isn't an easy way to see which transports or transforms are available)

I suggest exiting with helpful message if: a configuration has been requested, but plugin not provided

arj03 commented 6 years ago

Yeah makes sense

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

christianbundy commented 4 years ago

Is this something we'd need to handle in Multiserver? I'm trying to understand exactly how this would be managed.