question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Asynchronous Pipes

See original GitHub issue

Hey 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:closed
  • Created 5 years ago
  • Comments:26 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
Lacheecommented, Mar 28, 2019

Awesome, glad its working again and fixed. I will work on pushing these changes to the nuget.

1reaction
RuiNtDcommented, Mar 30, 2019
Critical app domain exception: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
   at Lachee.IO.NamedPipeClientStream.Native.Close(IntPtr client)
   at Lachee.IO.NamedPipeClientStream.Disconnect() in C:\Users\ethan\source\repos\SVRichPresence\SVRichPresence\IO\NamedPipeClientStream.cs:line 111
   at Lachee.IO.NamedPipeClientStream.Dispose(Boolean disposing) in C:\Users\ethan\source\repos\SVRichPresence\SVRichPresence\IO\NamedPipeClientStream.cs:line 71
   at Lachee.IO.NamedPipeClientStream.Finalize() in C:\Users\ethan\source\repos\SVRichPresence\SVRichPresence\IO\NamedPipeClientStream.cs:line 63

edit: oh wait the dlls are 64-bit… i need 32-bit dlls…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found