-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
should assign each service with their own name.
yield return new ServiceInstanceListener(context =>
{
return CreateRestListener(context);
//return CreateSoapListener(context);
}, "sss");
yield return new ServiceInstanceListener(context =>
{
// return CreateRestListener(context);
return CreateSoapListener(context);
}, "www");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels