Thanks for looking into it! I've noticed in my own application the following flow: - encoding and sending UDP packet -- OK - answer from (non-Java) server -- OK (using Packetyzer) - decodable and (of course) decode methods are never called
It seems as if the UDP data is never read. I don't have enough knowledge yet of the Mina framework (did step into a couple of classes and gained more insight into the inner workings) to see what exactly goes wrong. My guess is that the UDP socket is only sending data and not recieving any. TIA, Jeroen Brattinga 2006/10/7, Trustin Lee <[EMAIL PROTECTED]>:
We didn't try to run the SumUp example with UDP, but it should work without a problem IIRC. Let me test it and tell you how to make it work with UDP next week. It's holiday here :) Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP key fingerprints: * E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E * B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6
