I am currently experimenting with this library and the first thing i was wondering is; why does GetExistingConnection(NetworkIdentifier, ConnectionType.TCP) return more than one result? Isnt the NetworkIdentifier in combination with the protocol unique?
Kind regards,
Michael
This topic was modified 9 years, 10 months ago by .
Many kind thanks for your interest in NetworkComms.Net.
The method GetExistingConnection(NetworkIdentifier, ConnectionType.TCP) can return more than one result as it is possible to establish multiple connections via different endpoints between the same hosts.