Python Forum
BrokenPipeError: [Errno 32] Broken pipe
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BrokenPipeError: [Errno 32] Broken pipe
#2
(Nov-15-2018, 09:22 PM)Pflaumboy Wrote:
        while True:
            # Send GPS data
            gps_data = ('Pretend GPS Data').encode('utf-8')
            connection.sendall(gps_data)
I don't know a lot about sockets, but sending an infinite amount of data sounds like something that should be throwing errors.
Reply


Messages In This Thread
RE: BrokenPipeError: [Errno 32] Broken pipe - by nilamo - Nov-15-2018, 09:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  All pipe instances are busy GrahamL 0 3,140 Jan-07-2021, 12:05 PM
Last Post: GrahamL

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020