Azure / Azure/azure-webpubsub

Questions about protobuf protocols

Open
#532 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
147
Forks
96
Avg merge
19h 28m
Merged PRs (30d)
87

Description

I'm implementing the missing protobuf protocols and i think that the documentation [here ](https://learn.microsoft.com/en-us/azure/azure-web-pubsub/reference-protobuf-reliable-webpubsub-subprotocol#requests) is incorrect as it should be:

> oneof message {
SendToGroupMessage send_to_group_message = 1;
EventMessage event_message = 5;
JoinGroupMessage join_group_message = 6;
LeaveGroupMessage leave_group_message = 7;
SequenceAckMessage sequence_ack_message = 8;
}

Is also not clear to me what is the role of the WriteMessage override since it is never called.
Plan to contribute with a PR once implementation will be completed.

Contributor guide

No contributing guide indexed for this repository

Research direction

Compare the missing protobuf protocol definitions with the Azure Web PubSub reliable Web PubSub subprotocol request documentation linked in the issue. Then trace the WriteMessage override to understand why it is not called. Done means the missing protocols are implemented, the documentation discrepancy is resolved or confirmed, and a pull request is ready.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.