Closed douglasmuraoka closed 11 months ago
This PR makes launching the initiator from SessionLauncher optional. That allows launchers extending SessionLauncher to start only the acceptor (useful for testing purposes or acceptor-only instances).
SessionLauncher
Very useful. Looks good will pull to master very shortly. Probably next week before npm release. Thanks a lot.
This PR makes launching the initiator from
SessionLauncher
optional. That allows launchers extendingSessionLauncher
to start only the acceptor (useful for testing purposes or acceptor-only instances).