Cysharp / MagicOnion

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

Expose attributes lookup of Hub methods #798

Closed mayuki closed 4 months ago

mayuki commented 4 months ago

 public class StreamingHubContext
 {
+     public ILookup<Type, Attribute> AttributeLookup { get; }
 }