mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
14a4303664
We used to signal connection replacement by reusing the same connection id. This turned out to be racy, as we couldn't reliably discard old answers after a connection id was refused. We now use a new id for every new connection, and explicitly signal stream replacement in the offer message. This requires maintaining a local id on the client side. |
||
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
group.go | ||
group_test.go |