Skip to content

Time Counter in Server Message Handler #4

@trasa

Description

@trasa

for now, the heartbeat of the game server runs through everything in gs.incomingMessageBuffer each hb tick. That works fine for now. At some point, given enough players and given that processing the individual messages in the message buffer might start to take actual cpu time (database calls and so on..) the incomingMessageBuffer will need to consider how much time is elapsed in a tick and stop processing messages, leaving them for a future tick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions