You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
For me, these lines are causing exceptions now that I am using .NET Standard 2.0
I guess the hack doesn't work anymore with the new target. Could we possibly remove them, or implement another workaround if they are still required?
The text was updated successfully, but these errors were encountered:
On a side note, I have for a while been using a custom local build where I comment out line 27 and 32, and it has been working fine so far. However, I am not using sockets - and I have not yet had any long sessions. So it may not have been tested properly in the right use cases.
Emby.ApiClient/Emby.ApiClient/Net/HttpWebRequestFactory.cs
Lines 27 to 32 in 227fa9f
For me, these lines are causing exceptions now that I am using .NET Standard 2.0
I guess the hack doesn't work anymore with the new target. Could we possibly remove them, or implement another workaround if they are still required?
The text was updated successfully, but these errors were encountered: