|
|
|
|
|
by shadowgovt
1806 days ago
|
|
On HTTP, pub/sub is eventually guaranteed to drop some messages because TCP/IP itself is not a guaranteed networking protocol (it just makes some promises about failures being uncommon and probably detectable). If what you want is guaranteed state synchronization, pub/sub alone can't give it to you. |
|