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.

Hello, First of all thumbs up for the good work. Second I got an

Unhandled exception System.NotImplementedException in mscorlib
System.NotImplementedException
The method or operation is not implemented.

when using the method DiscardInBuffer with Mono on Linux. I have run some tests and found out that this method also didn’t work before the update.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jcurlcommented, May 6, 2017

Looks like it works in Windows, but was never implemented for Linux. I’ll investigate.

0reactions
jcurlcommented, May 9, 2017

Please do report any issues you find. I’m closing this as you tested the commit id ba916671016c92ad1e143257fb7b98df755c2180 which is now in the v2.x branch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SerialPort.DiscardInBuffer Method (System.IO.Ports)
Discards data from the serial driver's receive buffer. public: void DiscardInBuffer();. C# Copy.
Read more >
c# - How to correctly use SerialPort.DiscardInBuffer?
From my understanding the DiscardInBuffer should only be used selectively to clear the contents of the ports for initialisation purposes, such ...
Read more >
C# (CSharp) System.IO.Ports SerialPort.DiscardInBuffer ...
SerialPort class in C# provides the DiscardInBuffer property, which discards all the unread bytes in the input buffer of the serial port.
Read more >
DiscardInBuffer
System.IO.Ports.SerialPort.DiscardInBuffer Method. Discards data from the serial driver's receive buffer. Syntax. public void DiscardInBuffer () ...
Read more >
Why does SerialPort.DiscardInBuffer ...
Hello, by calling the SerialPort.DiscardInBuffer or SerialPort.DiscardOutBuffer (after Port open and not nothing) the Programm freezes and ...
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