Die4Ever / Die4Ever/AsyncGameEngine

Proxies

Open
#14 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The proxy module would send a message to the module that it wants to proxy for. The proxied module will then only send messages to the proxy module and will ignore messages coming from other modules. Will need a proxy message wrapper that wraps a block of messages.

The proxy module could listen for ModuleStart messages in order to proxy new modules as they get created.

Unfortunately this means it's possible for a module to ignore a proxy (not sure why a developer would do that). The alternative would be creating another message queue in-between the proxy module and it's proxied models, this seems more complicated and less efficient.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.