Files
py-libp2p/newsfragments/586.bugfix.rst
Reza Ameli d34d6df1c5 Update 586.bugfix.rst
Remove extra `
2025-05-15 13:49:02 -06:00

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.