refactor: standardize socket communication by replacing socket prop usage with window.socketManager across multiple components for improved consistency and maintainability
This commit is contained in:
@@ -88,7 +88,7 @@ class TelemetryService {
|
||||
}
|
||||
|
||||
try {
|
||||
this.socket.emit('telemetry', {
|
||||
window.socketManager.emit('telemetry', {
|
||||
type: 'consoleLog',
|
||||
level: level,
|
||||
message: message,
|
||||
|
||||
Reference in New Issue
Block a user