Skip to content

Latest commit

History

History
6 lines (4 loc) 路 468 Bytes

fix_i1g_subscription_websocket_fix_ping.md

File metadata and controls

6 lines (4 loc) 路 468 Bytes

Remove invalid payload on graphql-ws Ping message (Issue #4852)

According to graphql-ws spec Ping payload should be an object or null but router was sending a string. To ensure better compatibility Ping's payload was removed.

By @IvanGoncharov in #4852