Skip to content

Rework network events logic organization #276

Closed
@Shatur

Description

@Shatur

Server and client events logic is separated by "systems for a client event' and "systems for a server event". The big events refactor #262 didn't change it. But I think it makes sense to revisit this aspect as well.

Many users have separate client and server. And they expect to disable ClientEventsPlugin on server and ServerEventsPlugin on client. But this won't work because disabling plugin disables the events entirely.

We need to move all server systems into ServerEventsPlugin and all client systems into ClientEventsPlugin. And events registry should be initialized by the core plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions