Closed Bug 856439 Opened 11 years ago Closed 11 years ago

ConnectViaTransportFlow avoids using signals on Mainthread

Categories

(Core :: WebRTC: Networking, defect, P2)

defect

Tracking

()

RESOLVED DUPLICATE of bug 855623

People

(Reporter: jesup, Assigned: jesup)

References

(Depends on 1 open bug)

Details

(Whiteboard: [webrtc][blocking-webrtc-])

ConnectViaTransportFlow does: mTransportFlow->SignalPacketReceived.connect() on Mainthread.

Either it needs to thunk to STS thread, or we need to switch the sigslot stuff to threadsafe.  Marking blocked by the bug for switching sigslots
Assignee: nobody → rjesup
Priority: -- → P2
I ended up fixing this by thunking to STS thread in Connect*()
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Summary: ConnectViaTransportFlow uses signals on Mainthread → ConnectViaTransportFlow avoids using signals on Mainthread
Whiteboard: [webrtc][blocking-webrtc+] → [webrtc][blocking-webrtc-]
You need to log in before you can comment on or make changes to this bug.