Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Temporary repo to demonstrate apollo client issue

Notifications You must be signed in to change notification settings

lovecrafts/basic-vsf-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSF Apollo Client

Clone this repo and install dependencies

git clone [email protected]:lovecrafts/basic-vsf-project.git
yarn install

The issue seems to only be visible during production mode

yarn build
yarn start

Issue 2 requests within 3s of each other with different coookies.

curl -s -XGET -H "Cookie: a=1" http://localhost:3000 | grep Cookie & sleep 1 && curl -s -XGET -H "Cookie: a=2" http://localhost:3000 | grep Cookie

Expected

Cookie: a=1
Cookie: a=2

Actual

Cookie: a=2
Cookie: a=2

About

Temporary repo to demonstrate apollo client issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published