There are some examples in the unit tests which accomplish this by creating a Client and Server connection. I don't believe there is a true loopback implementation in Mina without going through the OS networking.
On Thu, Feb 14, 2019 at 10:16 AM kevintjuh93 <[email protected]> wrote: > Hi guys, > > What I mean is that I want a way to execute something for an IoSession in > the same thread the I/O events run. I figured a good way would be to 'fake' > an incoming message, called a loopback packet. Like write a message to > 'yourself'. > > I rather like to avoid using an ExecutorFilter or a lock. > > > > -- > Sent from: > http://apache-mina.10907.n7.nabble.com/Apache-MINA-Developer-Forum-f6809.html >
