You wrote: private void pingClient() ... where you are continually polling using a "magic" number 8000 1) washy is 8000? 2) are you sure this loop is not wasting CPU/Network? pls explain
You wrote:
where you are continually polling using a "magic" number 8000
pls explain