bonkoo / AutoFriend

Auto Text Messaging Bot
0 stars 0 forks source link

Wait briefly before responding to a text message #5

Closed bonkoo closed 10 years ago

bonkoo commented 11 years ago

Wait for defined amount of time (setting) or Wait depends on the length of Cleverbot's response

bonkoo commented 11 years ago

Think about simulataneous messaging (test if that works using 3+ emulators), and order of responses (if we choose to do the latter).

bonkoo commented 11 years ago

Maybe create a sequence of responses (ArrayList?).

bonkoo commented 11 years ago

Add serialization of messages (respond in order). Possibly use lock.

bonkoo commented 10 years ago

Added the messaging queue using LinkedList