I have application, which uses module with signalR hub and its self hosting. Running method
WebApp.Start(url);
calls next exception
System.MissingMemberException: 'The server factory could not be located for the given input: Microsoft.Owin.Host.HttpListener'
But when I installed signalR selfhost packages to my application too, it starts working fine, without any errors. Can somebody pls explain me such strange behavior or possible ways to fix it without installing that packages to main project ?