Instance Method
onPing(_:)
Deprecated
Please use `onPing { socket, data in /* … */ }` with the additional `data` parameter.
@preconcurrency func onPing(_ callback: @escaping @Sendable (WebSocket) async -> ())
Instance Method
Deprecated
Please use `onPing { socket, data in /* … */ }` with the additional `data` parameter.
@preconcurrency func onPing(_ callback: @escaping @Sendable (WebSocket) async -> ())