Andrew Babere
Andrew Babere
Я тоже считаю и мне необходимо чтобы в качестве идентификатора записи в manticore можно было использовать uuid (GUID). У меня в базе таблица с первичным ключом GUID и я не...
ESP32 completely hangs if a WebSocket Server shutdown while a NF based WebSocket client was attached
This is probably a global problem with the WebSocket implementation, since I also have the same problem with the MQTT protocol and connection breaks.
I will clarify the task. I receive a request through MQTT, and I get a Message from it. If I only use the Result for testing (currently commented out), the...
After the first call, the Result field contains an incorrect value ```C# var responseRpc = JsonConvert.DeserializeObject(message, typeof(RpcResponse)) as RpcResponse; Debug.WriteLine($"Field result:{responseRpc.Result}"); ``` Field result:{"ProductId":1,"Name":"A 5-liter bottle","Description":" liters","Price":100,"LiterCount":5} Description = "...