openvidu-server: store Runnable for KMS getStats thread
This commit is contained in:
parent
10cb00ed10
commit
8eb4ce6610
@ -93,7 +93,9 @@ public abstract class MediaEndpoint {
|
||||
public String selectedLocalIceCandidate;
|
||||
public String selectedRemoteIceCandidate;
|
||||
public Queue<KmsEvent> kmsEvents = new ConcurrentLinkedQueue<>();
|
||||
|
||||
public Future<?> kmsWebrtcStatsThread;
|
||||
public Runnable kmsWebrtcStatsRunnable;
|
||||
public AtomicInteger statsNotFoundErrors = new AtomicInteger(0);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user