Opened 16 years ago

Closed 16 years ago

#4706 closed patch (fixed)

MythSocket events on Win32

Reported by: andrei@… Owned by: Isaac Richards
Priority: minor Milestone: 0.22
Component: mythtv Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

It turns out, readyreadthread doesn't want to be notifified about socket connect or accept events. Without this patch, it gets notified about successfull connection, finds that there's no data to read and closes the socket. When this happens to "event socket" (which is all the time), it creates some nasty side effects.

Attachments (1)

mythsocket_win32_events.patch (623 bytes) - added by andrei@… 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by andrei@…

comment:1 Changed 16 years ago by Isaac Richards

Milestone: 0.210.22

comment:2 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [17068]) Win32 socket tweak by Andrei Tanas. Closes #4706

Note: See TracTickets for help on using tickets.