Selkies
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) -> bool
Source Code
def filter(self, record: logging.LogRecord) -> bool:
    return record.getMessage() != "socket.send() raised exception."
paramself
paramrecordlogging.LogRecord

Returns

bool

On this page

Edit on GitHub