sean t
sean t
You don't need to not dismiss it, you just need to have opened it once, then you can dismiss it, move the window, open it again and the drop-down overlay...
I merged in the updates from @lostmsu which look like they resolved the issues with the data transfer rates/ chrome disconnects.
@sipsorcery - uses latest version of bouncy castle with Ecdsa certificates. Removed Rsa support. Uses newer language features - i don't think this will work on net standard 2.0 https://github.com/ispysoftware/sipsorcery/tree/net9...
It was from https://github.com/BorgGames/sipsorcery I found that increasing MAX_BURST dramatically increases the speed - setting it to 64 makes chrome download around 365mb in 10 seconds which is the same...
https://github.com/KoenZomers/OneDriveAPI/pull/46
@neko0461 what interoperability issues is this causing?
I *think* you just need to replace ``` //if (answerSdp.Media.Any(x => x.Media == SDPMediaTypesEnum.audio)) //{ // var audioAnnouncement = answerSdp.Media.Where(x => x.Media == SDPMediaTypesEnum.audio).Single(); // audioAnnouncement.IceRole = IceRole; //} //if...
it says it's trying to connect to Unspecified/192.168.7.11:8883 and never does connect to it - check your settings you should just have an ip address or host name in the...
none of the mqtt code has been changed recently, or the library it's using. you can install an older version https://www.ispyconnect.com/docs/agent/about#installing-older-versions and check which version introduced the issue and i...