polybar/include/ipc
patrick96 291a4844bc fix(ipc): Crash when sending to multiple instances
In polybar-msg, the connection handle was captured as a reference to a
shared_ptr, but the shared_ptr went out of scope right after.

This probably always caused UB, but was only noticeable for two or more
instances.
2022-10-23 14:19:26 +02:00
..
decoder.hpp
encoder.hpp
ipc.hpp
msg.hpp
util.hpp