Yael Nahon
Results
2
comments of
Yael Nahon
I didn't try it, I have made changes in these classes: https://github.com/zrlio/disni/blob/master/src/test/java/com/ibm/disni/examples/SendRecvClient.java https://github.com/zrlio/disni/blob/master/src/test/java/com/ibm/disni/examples/SendRecvServer.java
I've changed my code as follow: public synchronized void dispatchCqEvent(IbvWC wc) throws IOException { IbvWC clone = wc.clone(); int newOpCode = clone.getOpcode(); IbvWC old = lastEvent.get(); if(old == null){ lastEvent.set(clone);...