Opened 6 years ago

Closed 6 years ago

#150 closed defect (fixed)

Improve handling of offline players list

Reported by: Alloc Owned by: Alloc
Priority: major Component: Server fixes
Keywords: Cc:

Description

Currently offline players list is transferred completely every few seconds (even if they are not selected on the map). This can cause a lot of unnecessary data transfer.

Ideal solution: Transfer the whole list once when opening the map and afterwards only transfer incremental changes when a player goes offline (when player goes online he'll be in the next online players list and can thus be removed that way from the offline list on the browser).

Alternative solution: Only transfer the (whole) list when offline players are selected in the map and add a way to only query the current offline count to display that number on the checkbox label.

Change History (1)

comment:1 Changed 6 years ago by Alloc

  • Resolution set to fixed
  • Status changed from new to closed

Done in webmap v23

Note: See TracTickets for help on using tickets.