Changed menu that dialogues can be opened too; added random chat
This commit is contained in:
@@ -157,10 +157,8 @@ const store = createStore({
|
||||
|
||||
const retryConnection = (reconnectFn) => {
|
||||
setTimeout(() => {
|
||||
console.log('Retrying Daemon WebSocket connection...');
|
||||
reconnectFn();
|
||||
}, 1000);
|
||||
console.log('Retrying Daemon WebSocket connection...');
|
||||
};
|
||||
connectDaemonSocket();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user