}
}
@Test
public void windowSizeBlocksAsyncRequest() throws Exception {
SmppSessionConfiguration configuration = createDefaultConfiguration();
registerServerBindProcessor();
clearAllServerSessions();
// change window size to 3
configuration.setWindowSize(3);
// bind and get the simulator session
DefaultSmppSession session = (DefaultSmppSession)bootstrap.bind(configuration);
SmppSimulatorSessionHandler simulator0 = server.pollNextSession(1000);
// make sure the processor is null