Skip to content
Prev Previous commit
Next Next commit
fix deprecation note
  • Loading branch information
jonathanedey committed Jul 17, 2024
commit 2226a3ec301f01226e8e6a5a4f9060e5503b9380
3 changes: 2 additions & 1 deletion src/messaging/messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ export class Messaging {
* messaging.sendEach(messages);
* ```
*
* @deprecated This is to be removed once the HTTP/2 transport is universally safe.
* @deprecated This is to be removed once the HTTP/2 transport implementation reaches the same
* stability as the legacy HTTP/1.1 implementation.
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get a TW review on this?

public enableLegacyHttpTransport(): void {
this.useLegacyTransport = true;
Expand Down