hprose / hprose-golang

Hprose is a cross-language RPC. This project is Hprose for Golang.
MIT License
1.26k stars 205 forks source link

客户端断开连接时没有触发Unsubscribe事件 #45

Closed joesonw closed 7 years ago

joesonw commented 7 years ago

客户端断开连接时没有触发Unsubscribe事件, 而且会一直在IDList(topic) 里面

andot commented 7 years ago

服务器端在推送后经过 Heartbeat 这样一段时间之后才会从 IDList 中移除,并且触发 Unsubscribe 事件。并不是在客户端断开时,立即触发 Unsubscribe 事件。

joesonw commented 7 years ago

@andot 但是Heartbeat设置的为1也还是没触发.