Pawel Kadluczka
Pawel Kadluczka
OK - closing and reopening the PR fixed the CLA label
I guess there is no harm in taking it especially that the setting is only exposed on the config...
Building with VS2015 Update 2 is probably just a matter of updating VS on the agent(s). Building with VS2017 may require updating team city to be able to use latest...
I like the idea of using libuv's build system but I am not sure how feasible it is. I don't think they support building for windows arm (not sure about...
Does it mean that Kestrel needs to handle loading of libuv directly instead of using DllImport?
Thanks for raising this issue. I am aware of the privacy manifest changes but haven't yet researched what needs to be done in the library.
Before you dig the rabbit hole deeper, can you: - explain exactly where the retain cycle occurs - provide code to reproduce the issue and steps to verify the leak....
Thanks a lot for the details! I will take a deeper look soon.
I was trying your repro today and didn't seem to be able to get the same result. This is not to say that I don't believe there are leaks in...
The token should be preserved. It is being set here: https://github.com/moozzyk/SignalR-Client-Swift/blob/655e8bde45b4e3fc737c8ced9da242e3a76f3e69/Sources/SignalRClient/WebsocketsTransport.swift#L41 I am not sure why it isn't working for you but there is a lot going on in your...