Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Review request for Change 103743

Hi,

I would like to kindly ask for a review of:
https://git.eclipse.org/r/#/c/103743/

ClientListeners were not Serializable, therefore as soon as they were
used, session-failover stopped working.
Simply marking the base-class ClientFunction as Serializable does the trick.

Fixes bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520591

Thank you in advance, Clemens


Back to the top