Timeouts?

Andrew Keedle <[email protected]> Wed, 2 Apr 2003 12:20:20 +0100
Newsgroups gmane.network.beep.beepcore.java.general
Message-ID <26A421F3F048114AB7EB808AEC0A53FD01ED42CC@smrtipsmsdev01.smart421.com>
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();