Code-Sharp / WampSharp

A C# implementation of WAMP (The Web Application Messaging Protocol)
http://wampsharp.net
Other
385 stars 84 forks source link

Unobtrusive callee registration #315

Closed GitEsprit closed 4 years ago

GitEsprit commented 4 years ago

Add support for an unobtrusive callee registration using [namespace].[type].[methodname] for generating the procedure name.

This would enable easy addition of services/callees that are defined in external projects or packages, without having to implement and maintiain any adaptor code.

darkl commented 4 years ago

Implement a callee registration interceptor that does that in your project.

Elad

On Wed, Mar 18, 2020, 04:36 Martin notifications@github.com wrote:

Add support for an unobtrusive callee registration using [namespace].[type].[methodname] for generating the procedure name.

This would enable easy addition of services/callees that are defined in external projects or packages, without having to implement and maintiain any adaptor code.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Code-Sharp/WampSharp/issues/315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIS75V7QICJLYP6DSM7IKDRICBZXANCNFSM4LOLC5LQ .

GitEsprit commented 4 years ago

Thanks for the info, works just fine! /Martin