Having multiple connections with expo in the same time
问题 I am trying to make an application with multiple users using SSE Emitter on React Native and Expo, so, for testing I need at least 4 expo connections in the same time. In this way, I used expo start on four terminal tabs and ran application in Web Browser. On the first three chrome tabs all works great, the request are fetching and sending valid data, but on the first one the requests are just pending. I thought it could be from CORS, cache control header, so I setted Cache-Control: 'no-cache