GithubHelp home page GithubHelp logo

Comments (4)

lgrahl avatar lgrahl commented on June 21, 2024 2

High on my to do list. 😝

from threema-web.

lgrahl avatar lgrahl commented on June 21, 2024 1

This is really annoying to fix as well as the data channel API is just so clunky. We have a low water mark event which will tell us when to unpause sending but there's no high water mark event which tells us when to pause sending. The spec says that send should throw an OperationError in case no buffer space is available. But as far as I can recall, Chrome just closes the data channel and Firefox endlessly buffers your data until you're OOM (which isn't optimal either because of backpressure but it's fine for our use case). Other than that, the buffered amount low event only raises if the buffer is completely empty in Chrome-based implementations. This means, sending will slow start again and has other issues which are a throughput killer, see sctplab/usrsctp#142.

from threema-web.

ovalseven8 avatar ovalseven8 commented on June 21, 2024

Is there any ETA? When I like to send a video that's usually not possible because of this 15 MiB limit.

from threema-web.

dbrgn avatar dbrgn commented on June 21, 2024

I'm also annoyed by this every once in a while, so it's definitely on our list of planned things to do :)

from threema-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.