Eliza Weisman
Eliza Weisman
@tobz still planning on working on this?
@fbrv sorry i didn't reply sooner --- are you still interested in working on this issue? If so, please feel free to open a PR, or let me know if...
I'd be happy to work on this, but I'd love to get input on API design --- cc @seanmonstar.
> Seems reasonable. My first instinct is to add getters to `Connection`. Hmm, that was my initial thought as well. I suppose the downside is that the `Connection` type is...
This message indicates that polling a task appears to have ended before it started: https://github.com/tokio-rs/console/blob/abc083000cb6de51e37d5037283e97ed0e27249e/console-subscriber/src/stats.rs#L493-L503 `Instant::now` type is _supposed_ to be monotonic, but sometimes there are platform-dependent issues in the...
Interesting, thanks. Can you possibly also paste the complete text of one or two of the warnings, including the start and end timestamps? It would be useful to see how...
@Rexagon hmm...in this case, a poll's start and end timestamps should be recorded on the same core. The poll start timestamp corresponds to the beginning of a call to the...
@Rexagon yeah, if I had to guess, i would suspect it's something more like that. Hmmm..
Thanks, I watched the video you've attached, and this definitely seems like a bug to me. I'm assuming that shutting down the WebRTC engines caused a number of those tasks...
Great, thanks for checking.