2 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
0
There are 2 parts:
- Retrieve all connection Ids from where they are stored
- Post a message to every single connection id
#1 is totally up to you. Use in-memory cache or other solution which can reduce the latency.
For #2, at this time, your best shot would be using HTTP/2 multiplexing to send requests in parallel.
beantwortet vor 7 Jahren
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 10 Monaten
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 10 Monaten
- AWS OFFICIALAktualisiert vor einem Jahr
