gql-dart / gql

Libraries supporting GraphQL in Dart
MIT License
267 stars 121 forks source link

[gql_example_http_auth_link] add request queuing while refreshing token #424

Closed 2shrestha22 closed 10 months ago

2shrestha22 commented 10 months ago

This PR will queue incoming requests during the token refresh process. The token refresh queue ensures that only one token refresh occurs at a time, preventing multiple concurrent refreshes.

knaeckeKami commented 10 months ago

thanks!