1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 04:43:53 +00:00
Bartosz Taudul 80dff1ede1 Add connection id for on-demand mode.
Long-lived zones could send their end events without begin events in a
following scenario:

1. On-demand connection is made.
2. Zone begin is emitted, m_active is set to true.
3. Connection is terminated.
4. A new connection is made.
5. Zone end is emitted, because m_active is true.

To this point it was assumed that all zone end events will happen before
a new connection is made, but it's not necessarily true.
2019-06-09 17:15:47 +02:00
..
2018-08-01 14:07:30 +02:00
2018-03-04 15:51:10 +01:00
2019-06-08 00:50:39 +02:00
2019-06-07 00:31:51 +02:00
2019-02-19 19:33:37 +01:00
2019-02-25 15:04:06 +01:00