TimelordUK / jspurefix

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

implementation of abstract onLogon function does not affect anything #19

Open AlexanderK-17 opened 3 years ago

AlexanderK-17 commented 3 years ago

onLogon (view: MsgView, user: string, password: string) event does not emit anywhere

TimelordUK commented 2 years ago

sorry I did not respond to this earlier

you are indeed quite correct, the latest version does at least call you back now when login is attempted but we do not yet reject or disconnect if false is returned in AsciiSession.

This is something yet to be added.