Describe the bug
NET461/NET472 cannot send SecsItem which contains large array while NET5.0/6.0 works ok
To Reproduce
Steps to reproduce the behavior:
use secsDevice project, and change "btnSendPrimary_Click" func, original code is like this:[length of large array is 1136532, file size is about 1M, 200Kb file also tested, failed same.]
go to samples/SecsDevice/bin/Debug/net461;net472;net6.0-windows, open two same SecsDevice.exe window.
set up one as active, another as passive. wait for selected status.
click "send" button, net6.0 works correctly, net461/net472 error is like this:
Expected behavior
net461/net472/net6.0 should act same for large array items.
Screenshots
as previous.
Desktop (please complete the following information):
Describe the bug NET461/NET472 cannot send SecsItem which contains large array while NET5.0/6.0 works ok
To Reproduce Steps to reproduce the behavior:
use secsDevice project, and change "btnSendPrimary_Click" func, original code is like this:[length of large array is 1136532, file size is about 1M, 200Kb file also tested, failed same.]
go to samples/SecsDevice/bin/Debug/net461;net472;net6.0-windows, open two same SecsDevice.exe window.
set up one as active, another as passive. wait for selected status.
click "send" button, net6.0 works correctly, net461/net472 error is like this:
Expected behavior net461/net472/net6.0 should act same for large array items.
Screenshots as previous.
Desktop (please complete the following information):
Could you help me on this issue?