-
# Trending repositories for C#
1. [**huiyadanli / RevokeMsgPatcher**](https://github.com/huiyadanli/RevokeMsgPatcher)
__A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤…
-
### Godot version
3.4-Stable
### System information
Windows 11
### Issue description
This is probably not related to networking at all but here is the case:
I'm using [MQTTNet ](https:…
-
I am using MQTTNet with .Net 6 . My MQTT Broker provides 3 certificates as follows
-CA Cert
-Client Cert
-Client Key
These certificates are valid and work if i use them with a software like MQTT…
-
while (mqClient.IsConnected == false)
{
await mqClient.ReConnectAsync();
Log4NetUtil.Info("ReConnectAsync", new Dictionary
{
…
-
- [ ] wait for mqtt server before starting
-
In this line: https://github.com/wolfSSL/wolfMQTT/blob/0ba0929bfc0fbaffd5a612ed9c79eefcd0aea134/examples/mqttnet.c#L672 a posix `select()` call is used.
This is limited to handle a maxmium of 1024 fi…
-
### Describe the bug
When publishing on a topic using the .WithRetainFlag(true) option and setting the MessageExpiryInterval to x seconds the message is pushed to the server. There it stays in the to…
-
### Describe the bug
If you are using .net core 3.1 and ASP NET Core, the endpoint is never updated to match the actual HttpContext RemoteIpAddress due to the implementation introduced in: c10145f743…
-
I have a problem with integration tests for a hosted mqtt server instance.
Program.cs:
```
builder.WebHost.UseKestrel(w =>
{
w.ListenAnyIP(mqttOptions.Port, l => l.UseMqtt());
w.Listen…
-
### Describe the feature request
For diagnostic purposes we use the CertificateValidationHandler callback.
We don't acutally do certificate validation there but only log diagnostic information.
Aft…