Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.8k stars 424 forks source link

Any EventsBus In This Project? #667

Closed zero16832 closed 1 year ago

zero16832 commented 1 year ago

Any EventsBus In This Project?

mayuki commented 1 year ago

This project is a RPC framework and does not provide a mechanism like EventBus (nor are there plans to). We provide a project called MessagePipe that can be used as an EventBus.