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

Browser WS Connection: auto reconnect is not handling null values #19

Closed
Felixduelmer opened this issue Nov 3, 2021 · 1 comment
Closed

Comments

@Felixduelmer
Copy link
Contributor

In the browser ws connection, the auto-reconnect function is not handling null values.

If the onOpen function of the Browser WS Connection Websocket receives the correct data the completer finishes with a null value. This threw an error as the return function was non-nullable.

In the Server WS Connection, this is handled correctly.
Pull request is open: #18

@shamblett
Copy link
Owner

Thanks, package re published at version 3.1.3, please re test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants