MCPcopy Create free account
hub / github.com/miguelgrinberg/python-socketio / _send_eio_packet

Method _send_eio_packet

src/socketio/server.py:514–516  ·  view source on GitHub ↗

Send a raw Engine.IO packet to a client.

(self, eio_sid, eio_pkt)

Source from the content-addressed store, hash-verified

512 self.eio.send(eio_sid, encoded_packet)
513
514 def _send_eio_packet(self, eio_sid, eio_pkt):
515 """Send a raw Engine.IO packet to a client."""
516 self.eio.send_packet(eio_sid, eio_pkt)
517
518 def _handle_connect(self, eio_sid, namespace, data):
519 """Handle a client connection request."""

Callers 2

emitMethod · 0.45
emitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected