Log a warning when encountering unknown interfaces

This commit is contained in:
Robbert van der Helm
2020-12-07 22:16:34 +01:00
parent 7b3a6af7d1
commit f1fe0fa8a4
3 changed files with 28 additions and 10 deletions
-3
View File
@@ -208,9 +208,6 @@ class Vst3MessageHandler : public AdHocSocketHandler<Thread> {
* sockets, and the call to `connect()` will then accept any incoming
* connections.
*
* TODO: I have no idea what the best approach here is yet, so this is very much
* subject to change
*
* @tparam Thread The thread implementation to use. On the Linux side this
* should be `std::jthread` and on the Wine side this should be `Win32Thread`.
*/