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

SocketClosedUnexpectedlyError in redis #1

Open
Rafat97 opened this issue Aug 18, 2022 · 0 comments
Open

SocketClosedUnexpectedlyError in redis #1

Rafat97 opened this issue Aug 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Rafat97
Copy link
Owner

Rafat97 commented Aug 18, 2022

C:\Users\User\Documents\GitHub\real-time-application\node_modules\@redis\client\dist\lib\client\socket.js:156
                    __classPrivateFieldGet(this, _RedisSocket_instances, "m", _RedisSocket_onSocketError).call(this, new errors_1.SocketClosedUnexpectedlyError());
                                                                                                                     ^
Error: Socket closed unexpectedly
    at Socket.<anonymous> (C:\Users\User\Documents\GitHub\real-time-application\node_modules\@redis\client\dist\lib\client\socket.js:156:118)
    at Object.onceWrapper (node:events:642:26)
    at Socket.emit (node:events:527:28)
    at TCP.<anonymous> (node:net:709:12)

This request occurs when request the web UI in multiple tabs of the browser. In short, when I burst HTTP requests from numerous concurrent users.

@Rafat97 Rafat97 added the bug Something isn't working label Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant