atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
40 stars 13 forks source link

fix: Do not terminate the server if there is an uncaught SocketException #1869

Closed gkc closed 6 months ago

gkc commented 6 months ago

- What I did fix: Do not terminate the server if there is an uncaught SocketException; we only have uncaught SocketExceptions in weird edge cases

- Additional context

- How to verify it