1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
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