mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Improve session stopping
This commit is contained in:
@@ -26,7 +26,7 @@ export default class CastClient {
|
||||
|
||||
// Platform messaging
|
||||
private receiverChannel?: Channel;
|
||||
private receiverRequestId = 0;
|
||||
private receiverRequestId = Math.floor(Math.random() * 1e6);
|
||||
|
||||
constructor(
|
||||
protected sourceId = "sender-0",
|
||||
|
||||
Reference in New Issue
Block a user