Files
OpenRA/OpenRA.Game
penev92 216029dc27 Fix a crash with BlockingCollection in Connection
The BlockingCollection would have `IsAddingCompleted` to true, but `IsComplete` to false, slipping through the cracks and causing an InvalidOperationException ("The collection has been marked as complete with regards to additions.") when trying to add to it.
We now add a check on `(Try)SendData` to only try to add if we can. The collection is still viable for reading until empty/`IsComplete`.
2022-09-04 13:04:17 +03:00
..
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-08-30 20:03:40 +02:00
2022-08-20 14:52:49 +02:00
2022-05-28 00:35:10 -05:00
2022-08-14 16:11:51 +02:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-08-19 22:38:38 +02:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-07-02 22:32:37 +01:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-08-20 10:24:25 +02:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-07-02 22:32:37 +01:00
2022-07-02 22:32:37 +01:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00
2022-05-28 00:35:10 -05:00