TimelordUK / jspurefix

native typescript FIX engine
MIT License
58 stars 27 forks source link

Make initiator launch optional from SessionLauncher #79

Closed douglasmuraoka closed 7 months ago

douglasmuraoka commented 7 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 7 months ago

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