abort UDP.Receive

  • Thread starter Thread starter Andreas
  • Start date Start date
A

Andreas

Hello

I have a Problem with my UDP communication. I will receive data from a
known Target, but after a timeout i will abort the receive.

has anybody an idea how to make this.
 
'Without this the thread could still remain open
receivingUdpClient.Close()
'Abort the thread - This doesnt always work alone - need to
close socket as well.
ThreadReceive.Abort()

This waht your looking for ?

M.
 
Back
Top