Skip to content

Commit

Permalink
feat: prevent duplicate calls when context stays the same
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 18, 2024
1 parent fa8887b commit 9bc0717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unleash_proxy_client_flutter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ void main() {
remoteAddress: 'address',
sessionId: 'session',
properties: {'customKey': 'customValue'}));
// update whole context before start
// update whole context before start but keep data identical
await unleash.updateContext(UnleashContext(
userId: '123',
remoteAddress: 'address',
Expand Down

0 comments on commit 9bc0717

Please sign in to comment.