From 4e05b46538610f29eb26d302d98baa68a845c9e7 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 19 Dec 2017 17:16:01 +0100 Subject: Change websock session id from uid only to pcm+uid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allow to have one session per PCM in order to allow a single process handling multiple PCM like pulse to have on independant session per PCM. Change-Id: Icdd3e4d44539dba2349d70edeaaeee861c3bd1cf Signed-off-by: Fulup Ar Foll Signed-off-by: Jan-Simon Möller --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8b1cf74..3977906 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ build/ CMakeCache.txt Makefile *.so -nbproject/private +nbproject/* .~lock* -- cgit 1.2.3-korg