Closed vytautas-pranskunas- closed 1 year ago
Merging #1365 (e7852c7) into main (6eaa2d2) will increase coverage by
0.51%
. The diff coverage is100.00%
.:exclamation: Current head e7852c7 differs from pull request most recent head bffa65a. Consider uploading reports for the commit bffa65a to get more accurate results
@@ Coverage Diff @@
## main #1365 +/- ##
==========================================
+ Coverage 63.67% 64.19% +0.51%
==========================================
Files 41 41
Lines 1696 1715 +19
==========================================
+ Hits 1080 1101 +21
+ Misses 616 614 -2
Impacted Files | Coverage Δ | |
---|---|---|
...lib/src/links/websocket_link/websocket_client.dart | 82.60% <100.00%> (+2.51%) |
:arrow_up: |
this is includind also the commit in this https://github.com/zino-hofmann/graphql-flutter/pull/1364 so the review of this make difficult
I will let you the fun of fighting with git
hi, i do not think so.. After you merge first PR second one should be more readable because those changes will be in main branch :) So lets start from the first one :)
On Mon, 24 Jul 2023 at 13:43, Vincenzo Palazzo @.***> wrote:
this is includind also the commit in this #1364 https://github.com/zino-hofmann/graphql-flutter/pull/1364 so the review of this make difficult
I will let you the fun of fighting with git
— Reply to this email directly, view it on GitHub https://github.com/zino-hofmann/graphql-flutter/pull/1365#issuecomment-1647750504, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA54ZF2MAN2SQ7TTEB2AEWTXRZNU5ANCNFSM6AAAAAA2VNMH2Y . You are receiving this because you authored the thread.Message ID: @.***>
--
Pagarbiai,
Vytautas Pranskunas
Introduced new feature which allows user to connect / disconnect manually. This is useful when for example user wants to stop autoreconnection on logout and resume on login.
Docs