Parsers written. Now 272 000 rps
This commit is contained in:
@@ -76,12 +76,6 @@ namespace mROA.Implementation
|
||||
yield return (deserialized, message.MessageType)!;
|
||||
}
|
||||
}
|
||||
|
||||
// public async Task PostCallMessageAsync<T>(Guid id, EMessageType eMessageType, T payload,
|
||||
// IEndPointContext? context) where T : notnull
|
||||
// {
|
||||
// await this.PostCallMessageAsync(id, eMessageType, payload, context);
|
||||
// }
|
||||
|
||||
public async Task PostCallMessageAsync<T>(Guid id, EMessageType eMessageType, T payload, IEndPointContext? context) where T : notnull
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user