mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 17:37:45 +02:00
Fix reading from the metadata pipe, remove old code
We must not open the pipe with O_NONBLOCK, because it might not be ready yet.
This commit is contained in:
parent
4fe4310ff2
commit
0aed04f9b3
2 changed files with 13 additions and 47 deletions
|
@ -65,10 +65,10 @@ public:
|
|||
protected:
|
||||
#ifdef HAS_EXPAT
|
||||
XML_Parser parser_;
|
||||
#endif
|
||||
std::unique_ptr<TageEntry> entry_;
|
||||
std::string buf_;
|
||||
json jtag_;
|
||||
#endif
|
||||
|
||||
void pipeReadLine();
|
||||
#ifdef HAS_EXPAT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue