Skip to content

Commit

Permalink
Assets for 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Feb 24, 2021
1 parent bfd2845 commit 9115521
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# 6.0.1 (2021-02-24)
# 6.1.0 (2021-02-24)

- Disable connectionTimeout by default.
Bypasses [rx-stomp#277](https://github.com/stomp-js/rx-stomp/issues/277)
Expand Down
4 changes: 2 additions & 2 deletions bundles/stomp.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/stomp.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundles/stomp.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundles/stomp.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm6/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export declare class Client {
webSocketFactory: () => IStompSocket;
/**
* Will retry if Stomp connection is not established in specified milliseconds.
* Default 10,000ms, set to 0 to wait for ever.
* Default 0, which implies wait for ever.
*/
connectionTimeout: number;
private _connectionWatcher;
Expand Down
4 changes: 2 additions & 2 deletions esm6/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esm6/client.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9115521

Please sign in to comment.