erikras / erikras/react-redux-universal-hot-example

Websockets can't be disabled.

Open
#1,114 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12.1k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

It seems that setting

```
const proxy = httpProxy.createProxyServer({
ws: false
});
```

in `src/server.js` does not disable the websockets. The app keeps trying to make API calls to `localhost:3000/ws`. Is another step necessary to prevent this?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.