Marciano Bandeira
Marciano Bandeira
currently, electron have handle and invoke methods, wich provides async await calls // Renderer process ipcRenderer.invoke('some-name', someArgument).then((result) => { // ... }) // Main process ipcMain.handle('some-name', async (event, someArgument) =>...
same problem here
Boa tarde pessoal, estou implementando o MDF-e em um sistema web multi-tenant e me deparei com o mesmo problema do colega @caserlucas Estou usando a versão disponivel no Nu.get, poderiam...
Obrigado @danilobreda, vou tentar conforme sugeriu o colega @marcosgerene
Hello @pyscripter , I have a private key and I generated the public key with the following command: openssl rsa -in private-key.pem -pubout > public-key.pub After that, with the project...
Hello @pyscripter I noticed that the "UserAuthKey" function does not use the PublicKeyFile parameter, see the print below:  However, even changing the function as shown in the image...
Hello @pyscripter, Thank you very much for your time. I will try to find a solution here, and if I find a solution I will post it here.