aumcode / nfx

C# Server UNISTACK framework [MOVED]
https://github.com/agnicore/nfx
Other
391 stars 93 forks source link

GLUE: Refactor to not use message instances and have ability to execute sync-only calls with custom bindings #34

Open itadapter opened 7 years ago

itadapter commented 7 years ago

Need to not require Message instance at all (it is an extra allocation). Is it possible to bypass CallSlot for sync-only bindings?

Do we need to constrain binding with Contact?