[Beepcore-java-users] Timeouts?
Status: Beta
Brought to you by:
huston
From: Andrew K. <ak...@Sm...> - 2003-04-02 11:20:34
|
How do I specify timeouts? I have a piece of code that does a sendMSG and then does a getNextReply(). If the other end never responds then this stalls forever. Is the wait period configurable? Reply reply = new Reply(); device.sendMSG(getDataStream(msgTX), reply); Message msg = reply.getNextReply(); |