-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Milestone
Description
The core can handle exceptions, connection issues, protocol errors much better.
Potential improvements:
- Add dotnet-libp2p specific exceptions for issues appeared during stack building, setting up connection, regular protocol work
- Add simple reconnection API, consider circuit breaker pattern
- Confirm exceptions are passed from session protocols to the caller
- Confirm broken session is traceable if failure appears on transport/connection level