319320321322323324325326327328329
try { //will not return until an IOException is thrown (by the //DummyTransport) conn.receiveMessages(); } catch( IOException e ) { //o.k., thrown by DummyTransport }
762763764765766767768769770771772