msllum
msllum
Using v2.1.1 ``` System.Threading.SemaphoreFullException: Adding the specified count to the semaphore would cause it to exceed its maximum count. at System.Threading.SemaphoreSlim.Release(Int32 releaseCount) at Griffin.Net.Channels.TcpChannel.OnSendCompleted(Object sender, SocketAsyncEventArgs e) at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs e)...
Logout method at instagram now returns an error so hello logout method no longer works. ``` GET https://www.instagram.com/accounts/logout/ HTTP/1.1 Host: www.instagram.com Connection: keep-alive Upgrade-Insecure-Requests: 1 -- HTTP/1.1 405 Method Not...
Logging in with wrong credentials returns a 404 page with error: `HTTP/1.1 404 Not Found` `Sorry, this page isn't available. The link you followed may be broken, or the page...
I'm advertising a service on similar to the example: ``` var service = new ServiceProfile("x", "_foo._tcp", 1024); var sd = new ServiceDiscovery(); sd.Announce(service); sd.Advertise(service); ``` I run this on a...
What is the bug in? - BLE **Describe the bug** Attempting to connect to GoPro wifi connection after 60s of display turning off fails. **To Reproduce** Steps to reproduce the...
**Component** What is the bug in? - GoProCSharpSample Demo **Describe the bug** Multiple instances of the same camera are returned in list of cameras. **To Reproduce** Steps to reproduce the...
Been using sparkle for a long time with no issues. Now for my latest update, users get the update app within my app, accept it, my package is downloaded, the...
I'm unable to get satisfactory results with this video: https://we.tl/t-SW2hoFt1m8 I tried the default values as well as applying the unsharp filter.
Sorry, not sure why to report this but the auth-server service is down. Getting ``` HTTP/1.1 503 Service Unavailable Connection: keep-alive Server: Cowboy Date: Thu, 29 Jul 2021 15:49:37 GMT...
When calling the buildToken method with all the required arguments downloaded from: https://github.com/AgoraIO/Tools/blob/master/DynamicKey/AgoraDynamicKey/php/src/RtmTokenBuilder.php $token is always null and then the next line fails because $token is null $token->addPrivilege($Privileges\["kRtmLogin"\], $privilegeExpireTs); buildToken...