🔌 UI for socket connection status
This commit is contained in:
@@ -47,6 +47,7 @@ export const fetchComicBookMetadata = (options) => async (dispatch) => {
|
||||
console.log(`connect ${socket.id}`);
|
||||
dispatch({
|
||||
type: IMS_SOCKET_CONNECTION_CONNECTED,
|
||||
socketConnected: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user