mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Socket disconnects when sending large data? #575
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nekiro on GitHub (Oct 25, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Electron version latest from nuget.
Net Core 3.1
NodeJs v12.19.0
Debug
When sending larger data through socket (Electron.IpcMain.Send), in my case array with 100 indexes every index has Item object in it, item object has like 20 properties. I think it also happens if I send small array or long string
It even happens for single string atm, what's the problem?
Steps to Reproduce: