Frezyx / talker

☎️ Advanced error handler and logger for dart and flutter apps
https://pub.dev/packages/talker_flutter
MIT License
514 stars 64 forks source link

Response replaced in talker http monitor screen #101

Open Shreemanarjun opened 1 year ago

Shreemanarjun commented 1 year ago

Describe the bug Talker monitor not showing the correct response.

To Reproduce

  1. first hit login api with invalid credential
  2. then hit login api with valid credential
  3. you can now check on talker monitor list replacing error response with later success response

Expected behavior response should be in list with respected request.

Screenshots

second requests response replaced with first request response

Screenshot 2023-02-26 at 12 08 05 AM

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Frezyx commented 1 year ago

Hello @Shreemanarjun ! Thank you for this issue, TalkerHttpMonitor currently in rework.

I'm going to make it more convenient and understandable in the next version