zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.8k stars 138 forks source link

SocketProtocolError Client connection establishment timed out code: 4007 #133

Open ghasemikasra39 opened 5 years ago

ghasemikasra39 commented 5 years ago

react-native: 0.59.8 OS: Ubuntu 18.04.2 LTS

const composeEnhancers = composeWithDevTools({actionCreators, trace: true, traceLimit: 25});

export const ConfigureStore = () => {
    return createStore(
        combineReducers({
            posts: postsReducer,
            users: usersReducer
        }),
        composeEnhancers(applyMiddleware(thunk, log, api))
    );
};

Suddenly stopped working. And I get this error:

image

Maddumage commented 4 years ago

I got the same error with react native 0.62.0.