Aleksei Prokhorov

Results 129 comments of Aleksei Prokhorov

@bilal68 print where? console/dev tool console/file?

@bilal68 you mean application console? In that case you should make sure that the code is executed in the main process, not renderer

Thank you for the report. I'm going to investigate the issue on the next week.

Unfortunately, that couldn't be fixed quickly. If I have enough time, I'm going to release the next major release in October where that's fixed. Hopefully, it's just a warning and...

Thanks for pointing me out about the issue. An unhanded rejection is skipped because it follows the logic of Electron, when such an error is not displayed to a user....

Thank you for the suggestion. I think it's pretty rare scenario when gRPC is used, so I it's better to keep such a module as a third-party library. I can...

- It's fine, log file could be a bit larger if it uses across multiple process, since file size is calculated on initialization only. I've decided not to fix it...

Thank you for the suggestion, you've just described how did it work in early versions of the library :) It have had a lot of pitfalls. As for adding notes...

It's pretty slow and may lead to app crash/hang when called intensively. I'm not going to play with sockets as an alternative transport.

There are only a few people who uses async writing mode for file transport, so, I haven't seen that before.