-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Currently the Send method in the peer module, and consequently, the Send method in transport uses a user supplied context for timeout. This causes multiple timing issues across gossipping and syncing if not configured with proper times. Also, using two different timeouts can get confusing. There are two potential solution that come to mind
- remove the context parameter and have a single timeout for
Sendthat gets configured while creating the transport layer. - Since some messages might be quite big and might not finish in the timeout specified in the transport layer, create two methods for sending a message
- where the timeout field from the transport layer is used
- where the user supplies the context with a custom timeout
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels