Skip to content

Session disconnect delay support configurable #118

@straybirdzls

Description

@straybirdzls

Currently , Session disconnect delay is fixed as below:

public class SessionServerConnectionFactory {
    private static final Logger            LOGGER                      = LoggerFactory
                                                                           .getLogger(SessionServerConnectionFactory.class);

    private static final int               DELAY                       = 30 * 1000;
    private static final Map               EMPTY_MAP                   = new HashMap(0);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions