mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Fix CPU usage issue with 0-interval timer (fixes #73)
This commit is contained in:
@@ -23,7 +23,7 @@ export default class Session {
|
||||
private clientConnection?: Channel;
|
||||
private clientHeartbeat?: Channel;
|
||||
private clientReceiver?: Channel;
|
||||
private clientHeartbeatIntervalId?: NodeJS.Timer;
|
||||
private clientHeartbeatIntervalId?: NodeJS.Timeout;
|
||||
|
||||
private isSessionCreated = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user