Hello,
The nfc-pcsc library causes trouble with the newer versions of the electron ( After v16) because this module is not context aware. However, we solved this issue and confirmed to be working with nfc-pcsc in santigimeno's node-pcsclite repo as follows;
santigimeno@64952fb
By just adding a few lines, we can make the module context aware. I tried this by myself on the nfc-pcsc library, and can confirm that it works without a problem (in the latest version of electron, which was 17 at the time of writing this). Can you make this change to the addon.cpp file and push this repo into the npm, so we can use the nfc-pcsc library with the new versions of the electron without changing the source files? (My understanding is that nfc-pcsc requires this repo, or am I wrong?)
Help is really appreciated. Thanks in advance.
Hello,
The nfc-pcsc library causes trouble with the newer versions of the electron ( After v16) because this module is not context aware. However, we solved this issue and confirmed to be working with nfc-pcsc in santigimeno's node-pcsclite repo as follows;
santigimeno@64952fb
By just adding a few lines, we can make the module context aware. I tried this by myself on the nfc-pcsc library, and can confirm that it works without a problem (in the latest version of electron, which was 17 at the time of writing this). Can you make this change to the addon.cpp file and push this repo into the npm, so we can use the nfc-pcsc library with the new versions of the electron without changing the source files? (My understanding is that nfc-pcsc requires this repo, or am I wrong?)
Help is really appreciated. Thanks in advance.