RxWebKit icon indicating copy to clipboard operation
RxWebKit copied to clipboard

`webView.rx.didTerminate` crashed

Open ShenYj opened this issue 4 years ago • 0 comments

webView.rx.didTerminate
            .do(onNext: { _ in log.error("didTerminate: subscribe") })
            .subscribe(onNext: { webView in webView.reload() })
            .disposed(by: rx.disposeBag)

When I run this codes in my Controller with webview crashed where the controller has not appeared!

ShenYj avatar Jun 08 '21 00:06 ShenYj