Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.3.0a1
2019.1.0a1
2019.1.0a10
2019.2.0a1
Issue ID
1120688
Regression
No
NotImplementedException when calling HttpListener.TimeoutManager
How to reproduce:
1. Open the attached "TimeoutManager_NotImplemented.zip" project
2. Open the "SampleScene" scene
3. Enter Play mode
4. Observe Console window
Expected result: There are no errors thrown, System.Net.HttpListener.get_TimeoutManager returns a TimeoutManager.
Actual result: NotImplementedException is thrown when calling HttpListener.TimeoutManager.
Reproducible with - 2017.1.5f1, 2017.4.19f1, 2018.3.4f1, 2019.1.0b2, 2019.2.0a3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Resolution Note:
Our class library implementation is inherited by mono, and this functionality has not been implemented upstream https://github.com/mono/mono . Unfortunately this functionality is not high enough priority for us to implement when triaging our bugs at this time.