-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
In the following line
async Task InternalSendMessage<T>(T message, string key = null) |
string
like in byte[] msg = ASCIIEncoding.ASCII.GetBytes(message as string); |
Or the generic type must have constraints on string
, or T
shall reference a specific interface which is able to convert any T
into a string
, or T
shall be substituted with string
.
Other project use the function always with a string
type and indeed it works for now.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested