-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
enhancementNew feature or requestNew feature or requesttech-debtThe issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
Description
eventsource_client is used by fuel-core-client to handle SSE (server-sent events). The crate is not maintained to a high enough standard, and there were cases missing functionality or wrongly implemented standards. I suggest moving to a crate like reqwest-eventsource, which uses reqwest under the hood. reqwest handles all the aforementioned cases correctly, so I expect a crate like this to perform better.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttech-debtThe issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.