Skip to content

Instance Method

onPing(_:)

Deprecated

Please use `onPing { socket, data in /* … */ }` with the additional `data` parameter.

@preconcurrency func onPing(_ callback: @escaping @Sendable (WebSocket) async -> ())