TimelordUK / jspurefix

native typescript FIX engine
MIT License
61 stars 28 forks source link

Make initiator launch optional from SessionLauncher #79

Closed douglasmuraoka closed 11 months ago

douglasmuraoka commented 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).

TimelordUK commented 11 months ago

Very useful. Looks good will pull to master very shortly. Probably next week before npm release. Thanks a lot.