mirror of
https://github.com/boostorg/beast.git
synced 2026-01-28 02:02:18 +01:00
fix #322 The new callback is informed of all frame types including close. Actions Required: * Change calls to websocket::stream::ping_callback to use websocket::stream::control_callback * Change user defined ping callbacks to have the new signature and adjust the callback definition appropriately.