We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2dbf4 commit f9485c2Copy full SHA for f9485c2
Common/protobuf/signalling_messages.proto
@@ -131,12 +131,12 @@ message unsubscribe {
131
/**
132
* Sent in response to a subscribe message when something goes wrong.
133
*/
134
- message subscribeFailed {
135
- // Should always be 'subscribeFailed'
136
- string type = 1;
137
- // A description of what went wrong.
138
- string message = 2;
139
- }
+message subscribeFailed {
+ // Should always be 'subscribeFailed'
+ string type = 1;
+ // A description of what went wrong.
+ string message = 2;
+}
140
141
142
* A message sent to a streamer to notify it that a player has just
0 commit comments