UMKCTeamSeven / Chat_Application_cs321

Expanding on Java RMI Chat
0 stars 0 forks source link

Tracking thread goals #1

Open VhatAmI opened 8 years ago

VhatAmI commented 8 years ago

Know how long since each user has key'd a character. Know if a sent message has been sent and received. (But not read... how could that be determined?)

Use K 1 to determine if user is typing. Use K 1 to disconnect inactive users. (Duration? 10 min?) (15 seconds for testing?) User can toggle off, default is on.

VhatAmI commented 8 years ago

@kuhailm just finished the final build on the other project. I only added one feature to the chat today, I'll add more tomorrow. I think Jeremy C. fell asleep after his final. Too tired to finish it now, I've never coded 15 days in a row like this before.

VhatAmI commented 8 years ago

You can determine if an email has been opened, but not read. More than duration of time is needed to know it is read. Eye event listeners for webcams would be needed maybe... But even if someone has read the chat, how then do we determine if they understand?

The Chinese room argument is pretty interesting... That question isn't easily answered.