rpbeltran / java-secure-lan-chat

Encrypted LAN chat client
The Unlicense
0 stars 0 forks source link

Message handleing #4

Closed legomaniack closed 9 years ago

legomaniack commented 9 years ago

The server should probably send messages back to the client in the form of "messages since x time" rather than "here's all the messages". Would stop excessive data, and allow for non synchronized client things, line local console message type stuff. Just a thought.

rpbeltran commented 9 years ago

Currently it isn't sending anything is it?

lekro commented 9 years ago

The server isn't currently sending anything to the client. It's just receiving messages from the client and printing them out, no matter what they are.

rpbeltran commented 9 years ago

Ok, we can probably work on that tomorrow.