Skip to content

Commit

Permalink
Merge pull request #537 from ably/ECO-4875/out-of-sync-message-handler
Browse files Browse the repository at this point in the history
[ECO-4875] fix: out of sync message handlers
  • Loading branch information
ttypic authored Aug 5, 2024
2 parents 0256090 + 1fa74dc commit 5b5d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/platform/src/streams_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class StreamsChannel {
/// The message codec used by this channel, not null.
final MethodCodec codec;

int _lastId = 0;
static int _lastId = 0;

/// @nodoc
/// Registers a listener on platform side and manages the listener
Expand Down

0 comments on commit 5b5d300

Please sign in to comment.