Skip to content
Snippets Groups Projects
Commit bd5fb630 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

sleep not necessary?

parent 1a430eb4
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ public class PduRecorder implements PduReceiver ...@@ -250,7 +250,7 @@ public class PduRecorder implements PduReceiver
try { try {
Pdu pdu = factory.createPdu(typ); Pdu pdu = factory.createPdu(typ);
disnet.sendPdu(pdu); disnet.sendPdu(pdu);
sleep(100); // sleep(100);
} }
catch(Exception ex) { catch(Exception ex) {
System.err.println("Exception sending Pdu: "+ex.getLocalizedMessage()); System.err.println("Exception sending Pdu: "+ex.getLocalizedMessage());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment