2
0
mirror of https://github.com/wolfpld/tracy synced 2026-02-14 01:12:13 +00:00
Files
tracy/client
Bartosz Taudul 496f866add Don't send data when connection is terminated.
There are only two cases for which HandleServerQuery() returns false.
Either data can't be read from the socket (which is checked by HasData()
call before calling HandleServerQuery()), or if the server sent
termination query. In both these cases there's no need to send data
anymore.
2019-06-09 16:19:40 +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