Network socket poll exception on tcp connect - NETFM-SDK 2016 R1

Hi there,

after multiple close and reconnect operations to the same remote-ip endpoint I get a socket connect poll exception.
there were a lot of open-close actions before. there is no difference in behave during runtime or debug mode.
i only fount out, that the local ip after socket connect is completely wrong.
a fixed local ip-endpoint doesn’t change anything.

maybe there is ab basic problem:
I am using dhcp while reconnecting to the router MAC fixed and dhcp leased ip 192.168.111.12.
the same ip-address is used as local endpoint for tcp connect operations.

using the internal ip-address of the eth adapter fails.

kind regards
Herbert

@ hweinfurterAAE - can you post a minimal program which displays your problem? hard to guess what is happening without code.