feat: enhance ProductDetailPage to support partial data loading and improve user feedback with loading descriptions
This commit is contained in:
@@ -4,8 +4,8 @@ import { io } from 'socket.io-client';
|
||||
class SocketManager {
|
||||
constructor() {
|
||||
this.socket = io('', {
|
||||
transports: ["websocket"],
|
||||
autoConnect: false
|
||||
transports: ["websocket", "polling"],
|
||||
autoConnect: false
|
||||
});
|
||||
|
||||
this.emit = this.emit.bind(this);
|
||||
|
||||
Reference in New Issue
Block a user