Skip to content

Allow UnifiedMessages to be transported over webapi #1438

@xPaw

Description

@xPaw

The point of unified messages is that they can work both over CM and webapi, and Steam does this have implementing underlying "service transport"

We have WebAPI method that does Task<T> CallProtobufAsync<T> where you have to manually provide the request and response types.

We can make this nicer (after #1433), that the calling could would be similar, but the request would be sent over http instead of cm.

SK uses it here for example:

var response = await directory.CallProtobufAsync<CContentServerDirectory_GetServersForSteamPipe_Response, CContentServerDirectory_GetServersForSteamPipe_Request>(

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions