forex-connect-py icon indicating copy to clipboard operation
forex-connect-py copied to clipboard

Could you please support Linux?

Open 4ever911 opened this issue 8 years ago • 2 comments

as well as the latest API 1.4

4ever911 avatar Oct 25 '16 07:10 4ever911

Hi there,

I have this working on Linux, but I am stuck on the python SessionStatusListener. Need something to replace CreateEvent(0, FALSE, FALSE, 0);, SetEvent(mSessionEvent);, CloseHandle(mSessionEvent); as these are for windows.

Can anyone help?

Cheers

James

JamesKBowler avatar Mar 12 '18 19:03 JamesKBowler

Eventfd looks promising. https://github.com/palaviv/eventfd/blob/master/eventfd/_eventfd.py

JamesKBowler avatar Mar 13 '18 12:03 JamesKBowler