Jent05
Jent05
@Neio i'm using your version, but still get TimeoutException sometimes my code is: ``` var http2Settings = new Http2ConnectionSettings(apnsServerHost, apnsServerPort, true, certificatesCollection); var payloadJsonBytes = Encoding.ASCII.GetBytes(payload); var uri = new...
Of course, currently i tested on Windows 10 x64 Home, v.1703 console log is: ``` 10:08:29.966 : -> [Frame: SETTINGS, Id=0, Ack=False, HeaderTableSize=, EnablePush=, MaxConcurrentStreams=, InitialWindowSize=, MaxFrameSize=, MaxHeaderListSize=] 10:08:29.971 :...
Yes, I use asynchronous execution, I have a lot of notifications, and especially architecture allows, why not?