Tomasz Frankowski

Results 3 comments of Tomasz Frankowski
trafficstars

ok, then I suppose the change in scripts/pack.js is the only relevant one. Of course modified to libowt_quic_transport.so. Is that right?

Hi @jianjunz , looks like `~WebTransportOwtClientImpl` isn't in fact called from `io_thread_`. That means, that this fix doesn't do anything. The task, that is posted in destructor doesn't seem to...

To me it looks like `WebTransportFactoryImpl` owns `io_thread_`. It passes it to constructor of `WebTransportOwtClientImpl`, which usues it to get `task_runner_`. Interesting part is that both `WebTransportFactoryImpl` and `WebTransportOwtClientImpl` are...