mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
3 lines
205 B
ReStructuredText
3 lines
205 B
ReStructuredText
``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ``Sawrm``).
|
|
These innocuous exceptions will become fatal and crash the process if not handled.
|