Sfoglia il codice sorgente
Merge pull request #353 from JanEggers/hideoverloadthatdoesnotprovideoptions
hide overload that does not provide options
release/3.x.x
Christian
6 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
Source/MQTTnet.AspnetCore/ServiceCollectionExtensions.cs
|
|
@@ -44,7 +44,7 @@ namespace MQTTnet.AspNetCore |
|
|
|
return services; |
|
|
|
} |
|
|
|
|
|
|
|
public static IServiceCollection AddHostedMqttServer(this IServiceCollection services) |
|
|
|
private static IServiceCollection AddHostedMqttServer(this IServiceCollection services) |
|
|
|
{ |
|
|
|
var logger = new MqttNetLogger(); |
|
|
|
var childLogger = logger.CreateChildLogger(); |
|
|
|