Projects tigase _server server-core Issues #1565
Closing with timeout incorrect client connection (#1565)
Andrzej Wójcik (Tigase) opened 5 months ago

If client will authenticate and end its connection fast (faster than authentication timeout) and a new client will connect (within authentication timeout of the first client) to the same server IP-port pair from the same IP-port pair as the previously connected client, the new client will receive an authentication timeout, even though that its authentication timeout has not reached yet. Timeout from the previously connected client would be delivered to the subsequently connected client.

  • Andrzej Wójcik (Tigase) added "Related" helpdesk/helpdesk-priv#1246 5 months ago
  • Andrzej Wójcik (Tigase) changed state to 'In Progress' 3 weeks ago
    Previous Value Current Value
    Open
    In Progress
  • Andrzej Wójcik (Tigase) commented 3 weeks ago

    I've added logic that will stop timer whenever session is authenticated or stopped. This will make sure that it is not possible to close incorrect session/connection and will reduce of timers kept alive.

  • Andrzej Wójcik (Tigase) changed state to 'In QA' 3 weeks ago
    Previous Value Current Value
    In Progress
    In QA
  • Andrzej Wójcik (Tigase) changed state to 'Closed' 3 weeks ago
    Previous Value Current Value
    In QA
    Closed
issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
none
Sprints
n/a
Customer
n/a
Iterations
Issue Votes (0)
Watchers (3)
Reference
tigase/_server/server-core#1565
Please wait...
Page is in error, reload to recover