Click here to Skip to main content
15,904,822 members

Comments by Member 13769611 (Top 3 by date)

Member 13769611 9-Aug-18 3:14am View    
so, I read and concluded actually udp never connects like tcp. so no need of using connect method. without that udp transfers data.. so connection is not a problem here.. I think the issue is receivingudpclient.
Member 13769611 9-Aug-18 2:36am View    
Hi Gerry, Its not working that way. Its always getting true when check Connected status. And another main issue which I am failing to understand is that even after I dispose udp socket then also it stays connected to that IP.
Means if I start a new debug then also the remote endpoint is the same that was in last debug. how is that possible
Member 13769611 9-Aug-18 0:22am View    
ok... so you mean this code above I have written will work for multiple clients... its just that I am unable to connect thats why the data is received by 1st IP address.
I will try adding wait and check connection too... and will let you know what works and how...
Thank you so much for looking in to it...