Asynchronous Pipes
See original GitHub issueHey guys, I would love to help you with testing, on my current Linux setup the log produces some errors:
INFO: Attempting a new connection
INFO: Attempting to connect to /run/user/1000/discord-ipc-0
ERR : Failed connection to /run/user/1000/discord-ipc-0. Asynchronous pipe mode is not supported
WARN: Tried to close a already closed pipe.
INFO: Attempting to connect to /run/user/1000/discord-ipc-1
ERR : Failed connection to /run/user/1000/discord-ipc-1. Asynchronous pipe mode is not supported
WARN: Tried to close a already closed pipe.
And etc, all pipes fail.
_Originally posted by @egordorichev in https://github.com/Lachee/discord-rpc-csharp/issues/53#issuecomment-470088077_
Issue Analytics
- State:
- Created 5 years ago
- Comments:26 (13 by maintainers)
Top Results From Across the Web
Angular Basics: Step-by-Step Understanding the Async Pipe
The Async Pipe · It subscribes to the observable and emits the last value emitted. · When a new value is emitted, it...
Read more >Understanding Angular's Async Pipe
Angular's async pipe is a tool to resolve the value of a subscribable in the template. A subscribable can be an Observable ,...
Read more >Using the Async Pipe in Angular
The async pipe in angular will subscribe to an Observable or Promise and return the latest value it has emitted.
Read more >Async Pipe • Angular
AsyncPipe is a convenience function which makes rendering data from observables and promises much easier. For promises it automatically adds a then callback ......
Read more >Asynchronous Pipes - Win32 apps
Unlike conventional (synchronous) pipes where the server handles all the details of sending and receiving pipe data, asynchronous pipes are ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Awesome, glad its working again and fixed. I will work on pushing these changes to the nuget.
edit: oh wait the dlls are 64-bit… i need 32-bit dlls…