@Arrrrrrrrr, 
[https://systembash.com/a-simple-java-udp-server-and-udp-client](https://systembash.com/a-simple-java-udp-server-and-udp-client)/

@mashingan, I just created a new nim project and copy pasted your UDP client, 
and changed 
    
    
     mystatus = "I'm sending for " & $count & " times"

to read 
    
    
     mystatus = "(init MyTeam (version 9))"

In the java example they only close the socket at the end of the example: 
    
    
     clientSocket.close();

Reply via email to