modesttree / Zenject

Dependency Injection Framework for Unity3D
MIT License
2.47k stars 272 forks source link

Signal Settings documentation is different from what it actually is. #147

Open gotostatement opened 4 years ago

gotostatement commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce

Expected behavior

Extenject and Unity info (please complete the following information):

dvddpl commented 2 years ago

also noticed this.
when declaring signals as interfaces i am getting a warning when there is no explicit subscription unless I specify .OptionalSubscriber()

The expected Behaviour suggested above should be the default