Search:

Type: Posts; User: gaurav9991

Search: Search took 0.18 seconds.

  1. Re: Problem in chat program, Server sending Arraylist but clients receiving old values

    I don't think this problem is related to thread safety, because same problem is there when only one client is present. Still I tried replacing ArrayList with Vector since Vector is threadsafe
  2. Problem in chat program, Server sending Arraylist but clients receiving old values

    I wanted to create a simple game with a server and more than one clients. Server will have several Hashmaps and Arraylists. Server will broadcast these to clients, then one by one a client may modify...
Results 1 to 2 of 2