|
Home > Archive > Apache Directory Project > September 2005 > [mina]
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Christian Möller 2005-09-29, 7:45 am |
| Hi,
I've got a problem with sending data from a client to a server using
MINA. Data are successfully written to ProtocolSession as I can see them
in the logging output. But they are never sent to the server: Absolutely
no data travels across the network; the client application hangs.
I've looked at your example application delivered with the MINA 0.7.4:
Sumup Client and Server. There are no real differences (by the way, the
example app works locally). The only difference obvious to me is usage
of DemuxingProtocolCodecFactory - I'm using a kind of ProtocolCodecFactory.
Maybe I've lost a simple thing to do?
Thanks for any help.
Christian
| |
| Donald 2005-09-30, 2:45 am |
| 2005/9/29, Christian M=F6ller <dcmoeller-Mmb7MZpHnFY@public.gmane.org>:
> Hi,
>
> I've got a problem with sending data from a client to a server using
> MINA. Data are successfully written to ProtocolSession as I can see them
> in the logging output. But they are never sent to the server: Absolutely
> no data travels across the network; the client application hangs.
>
> I've looked at your example application delivered with the MINA 0.7.4:
> Sumup Client and Server. There are no real differences (by the way, the
> example app works locally). The only difference obvious to me is usage
> of DemuxingProtocolCodecFactory - I'm using a kind of ProtocolCodecFacto=
ry.
>
> Maybe I've lost a simple thing to do?
>
> Thanks for any help.
>
> Christian
>
|
|
|
|
|