• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Reading wrong data from a socket

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am writing a new charter applicatiuon for a bus company and I'm having trouble reading changes from the server. The changes are made properly, but the data returned is only what the client already has. If a new client is started after the changes have been made, the new client gets teh changed data, but further changes are ignored. THe server is sending the proper information back tot he client, but the client seems to be reading the old data. I have included a link to a zip file containing my classes and source code if anyone would care to look.
Thank you,
John

Update: Problem solved, I was initiailzing my streams at the wrong place.
[ September 14, 2002: Message edited by: John J Macek ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic