Developer Referencewebrtc_mode
_AsyncioSendNoiseFilter
Drop asyncio's bare 'socket.send() raised exception.' warning: it fires per ICMP-unreachable UDP send, which is routine while ICE candidate pairs are probed or torn down, and carries no actionable detail.
Functions
funcfilter(self, record) -> boolSource Code
def filter(self, record: logging.LogRecord) -> bool:
return record.getMessage() != "socket.send() raised exception."paramselfparamrecordlogging.LogRecordReturns
bool