Skip to content

Commit

Permalink
Bump 1.0.1 version for #188 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed May 7, 2021
1 parent 224ed90 commit 4bcacaf
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 109 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1

**Bug fix:**

* [#188](https://github.com/rikulo/socket.io-client-dart/pull/188) Fixbug for Backoff when many attempts: "UnsupportedError: Unsupported operation: Infinity or NaN toInt"

## 1.0.0

**New Feature:**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,4 @@ If you are new to Git or GitHub, please read [this guide](https://help.github.co
- Thanks [@bruce3x](https://github.com/bruce3x) for https://github.com/rikulo/socket.io-client-dart/issues/25
- Thanks [@Kavantix](https://github.com/Kavantix) for https://github.com/rikulo/socket.io-client-dart/issues/26
- Thanks [@luandnguyen](https://github.com/luandnguyen) for https://github.com/rikulo/socket.io-client-dart/issues/59
- Thanks [@fzyzcjy](https://github.com/fzyzcjy) for https://github.com/rikulo/socket.io-client-dart/pull/188
2 changes: 1 addition & 1 deletion lib/socket_io_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Socket _lookup(uri, opts) {
false == opts['multiplex'] ||
sameNamespace;

var io;
late Manager io;

if (newConnection) {
_logger.fine('ignoring socket cache for $uri');
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: socket_io_client
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
version: 1.0.0
version: 1.0.1
homepage: https://www.zkoss.org
repository: https://github.com/rikulo/socket.io-client-dart
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
Expand Down
Loading

0 comments on commit 4bcacaf

Please sign in to comment.