meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.22k stars 2.48k forks source link

Janus does not actively probe client state #1917

Closed helisong427 closed 4 years ago

helisong427 commented 4 years ago

Janus does not actively probe for the existence of clients, especially for the message queue transport layer (rabbitmq, etc.).For example, after a client sends a 'create' message, no messages (including keepalive messages) are sent, which allows janus to store a lot of useless session data

RSATom commented 4 years ago

Are you sure session not drop after timeout? By default it's 60 seconds and configured here: https://github.com/meetecho/janus-gateway/blob/master/conf/janus.jcfg.sample.in#L54

lminiero commented 4 years ago

Not sure what the question is about, but I hardly think it's a bug, so I'll close.