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
{{ message }}
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Thanks for the lib. It's been a pleasure to use so far.
I am testing the pub/sub part of eredis, and from what I can see there' is no subscriber automatic reconnection, or am I missing something?
(STR: i connect to a redis instance, send some msg via redis-cli, receive them then, restart the redis-server, relaunch redis-cli, send more command -> nothing is received on the process listenening to subscribe.)
cheers,
Max
The text was updated successfully, but these errors were encountered:
Nevermind I got it working, but maybe this should be made automatic:
I had to manually eredis_sub:subscribe/2 once eredis_connected is emitted. I guess you maybe don't want to do channel bookkeeping internally hence the current approach.
Hi,
Thanks for the lib. It's been a pleasure to use so far.
I am testing the pub/sub part of eredis, and from what I can see there' is no subscriber automatic reconnection, or am I missing something?
(STR: i connect to a redis instance, send some msg via redis-cli, receive them then, restart the redis-server, relaunch redis-cli, send more command -> nothing is received on the process listenening to subscribe.)
cheers,
Max
The text was updated successfully, but these errors were encountered: