Code Monkey home page Code Monkey logo

Comments (3)

Pithikos avatar Pithikos commented on August 15, 2024

Nope. Websocket protocol requires TCP.

from python-websocket-server.

programmer101010 avatar programmer101010 commented on August 15, 2024

The answer in that stackoverflow question is better suited for this. Another link is: https://docs.python.org/2/library/socket.html#socket.socket.sendall.

For example in websocket_server/websocket_server.py (multiple occurrences and may be elsewhere as well):
"self.request.send(" might be more guaranteed with "sendall" to ensure all data is passed for no checks are performed on send in this context to see if all data is passed. However, this code would need the ability to catch an error in this case.

This is still relevant for Python 3 (not sure which version this supports).

Thanks for your work :)

from python-websocket-server.

Pithikos avatar Pithikos commented on August 15, 2024

Is there an example or incident that happened that would require this change? Namely I'm fine with changing things but would need some good reasoning.. e.g. an example where send() is not good enough? An example would be ideal

from python-websocket-server.

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.