Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Are they defects using ecftcp servers?

Hiroki,

Hiroki Kondo wrote:
> Hi all.
>
> Thanks for reply my mail, Scott.
> I downloaded to read sources from ECF dev resources.
>
> I found two problems using ecftcp generic server.
>
> First, key value are same,
> SOContainer.DEFAULT_OBJECT_ARG_KEY and
> SOContainer.DEFAULT_OBJECT_ARGTYPE_KEY.
> Their values are SOContainer.getName() + ".sharedobjectargs" both.
> So I can't use SOContainer.DEFAULT_OBJECT_ARGTYPE_KEY.
>
> Second, When one client disconnect from network, server disconnect all
> clients. Because the server catches SocketException, that calls
> SOContainer.disconnect() method from Client.handleException().
> So now I commented to call handler.handleDisconnectEvent() from
> Client.handleException() at local source.
>   

Yes, the second one is a bug introduced by a recent refactoring. I've
created bug for it

https://bugs.eclipse.org/bugs/show_bug.cgi?id=185690

For the first I've created bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=185691

These are small (but irritating) bugs. I think I'll be able to address
them in the next day or so (5.6.2007)

> Excuse me my poor English.I hope this mail to help ECF project.
>   

Yes, it does. Thanks very much for the reports.

Scott



Back to the top