Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Don't attempt to send message batch when known to be offline #2034 #2036

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

peitschie
Copy link
Contributor

No description provided.

@@ -22,6 +22,7 @@ export class SenderTests extends AITestClass {

if (this._sender && this._sender.isInitialized()) {
this._sender.pause();
this._sender._buffer.clear();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realised while writing my test that session storage wasn't being cleared between tests 😅

@MSNev MSNev modified the milestone: 2.8.12 Apr 6, 2023
@MSNev MSNev added this to the 2.8.12 milestone Apr 6, 2023
@MSNev MSNev merged commit b4607ba into microsoft:master Apr 6, 2023
MSNev added a commit that referenced this pull request Apr 8, 2023
…ine #2034 (#2036) (#2041)

* [Main][BUG] Don't attempt to send message batch when known to be offline #2034 (#2036)

* [Main] Rollup-ES5 Update readme and version to 1.0.1

---------

Co-authored-by: Philip Peitsch <philip.peitsch@gmail.com>
@peitschie peitschie deleted the additional-offline-checks branch April 19, 2023 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants