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
Describe the bug
The code :libuv.cpp
libuv.cpp automatically disconnects every 3 minutes and I have to reconnect. I read that the instructions say it uses the heartbeat on its own. But obviously, no!
That file was sent in by someone via a pull request. I do not have the time to fix it. So if you need it, either disable the heartbeats, or send in a pull request to fix it.
Heartbeats do work for libev.h, so you can use that as example.
Describe the bug
The code :libuv.cpp
libuv.cpp automatically disconnects every 3 minutes and I have to reconnect. I read that the instructions say it uses the heartbeat on its own. But obviously, no!
Expected behavior and actual behavior
do not disconnects
Sample code
the same with :libuv.cpp
so,how can i do this?
The text was updated successfully, but these errors were encountered: