libuv.cpp will be disconnect every 3 minutes
Opened this issue · 1 comments
tms2003 commented
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?
EmielBruijntjes commented
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.