bkavuncu / GDO

GDO
MIT License
0 stars 1 forks source link

Fix to make it possible to access AppHub-a from AppHub-b #156

Closed senakafdo closed 7 years ago

senakafdo commented 7 years ago

This fix is a followup from discussion "conclusions from discussion on improving the GDO framework" between @davidbirchwork, @bkavuncu, @miguems, @JingqingZ and @senakafdo. This makes it possible to access any AppHub from any other AppHub.

For example, the following code can be executed from within the TwitterAppHub after adding the required references. The instanceId needs not always be 0. ((YoutubeWallAppHub)Cave.Apps["YoutubeWall"].Hub).UnMuteAll(0);

davidbirchwork commented 7 years ago

Excellent, thank you @senakafdo