mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
feat(stream)!: remove limit on concurrent sessions and allow quitting apps with active sessions (#3325)
This commit is contained in:
@@ -252,7 +252,7 @@ namespace stream {
|
||||
public:
|
||||
int
|
||||
bind(net::af_e address_family, std::uint16_t port) {
|
||||
_host = net::host_create(address_family, _addr, config::stream.channels, port);
|
||||
_host = net::host_create(address_family, _addr, port);
|
||||
|
||||
return !(bool) _host;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user