You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using surrealdb redis server on my dev env (ubuntu), and connecting to it via WS with surrealdb.node. Always after a while (10 sec ~ 10 min) I got this error:
ERROR [unhandledRejection] connect ECONNREFUSED 127.0.0.1:42111
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
and client won't work until restart. server works fine.
The text was updated successfully, but these errors were encountered:
I'm using surrealdb redis server on my dev env (ubuntu), and connecting to it via WS with
surrealdb.node
. Always after a while (10 sec ~ 10 min) I got this error:and client won't work until restart. server works fine.
The text was updated successfully, but these errors were encountered: