Hello, How does session.write() behave in case of buffer full situations? Is it still an asynchronous call? Does it throw any exceptions?
There are other questions as well: 1. How does session.getConfig().setWriteTimeout(seconds) come into play here and what happens if is not set? 2 .What is the diff between sessionCreated and sessionOpened callbacks? Regards, Horia
