Changes between Initial Version and Version 1 of Ticket #4036, comment 1


Ignore:
Timestamp:
Nov 25, 2016, 9:45:44 PM (7 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4036, comment 1

    initial v1  
    3232
    3333'''Cause:'''
    34 The server does call `SendPlayerAssignments` which does `Broadcast` the message. But `Broadcast` skips all clients that are not in ``NSS_PREGAME` or `NSS_INGAME`. Since our rejoining client 1 is in the state `NSS_JOIN_SYNCING`, it will not receive that message.
     34The server does call `SendPlayerAssignments` which does `Broadcast` the message. But `Broadcast` skips all clients that are not in `NSS_PREGAME` or `NSS_INGAME`. Since our rejoining client 1 is in the state `NSS_JOIN_SYNCING`, it will not receive that message.
    3535
    3636'''Origin:'''