Skip to content

Commit

Permalink
chore: add link to the connection timeout issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ff authored Jul 6, 2023
1 parent 08800cb commit 52c9ad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,8 @@ This approach works well but to avoid adding a regex to each service ILC uses th

[Code splitting](https://webpack.js.org/guides/code-splitting/) is a complicated topic. In ILC, code splitting is even more complicated. The reason is that the webpack module format expects the loading of extra modules from the website root, which will always fail until a place from where to load extra modules is configured.
In ILC, you can see an example of this approach in the [demo people application](https://github.com/namecheap/ilc-demo-apps/blob/master/apps/people/src/people.js#L9).


### Sockets timeout to fragments

If you experience socket timeouts during requests to fragments, plese checkout this workaround https://github.com/namecheap/ilc/issues/444

0 comments on commit 52c9ad8

Please sign in to comment.