Explorar el Código

Merge branch 'master' of https://github.com/SmallChi/JT808

tags/v2.6.2
yedajiang44 hace 2 años
padre
commit
cd9fa51aa2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/JT808.Protocol.Test/JT808SerializerTest.cs

+ 1
- 1
src/JT808.Protocol.Test/JT808SerializerTest.cs Ver fichero

@@ -50,7 +50,7 @@ namespace JT808.Protocol.Test
[Fact]
public void MergerTest()
{
var config = new DefaultGlobalConfig();
var config = new DefaultGlobalConfig("merge");
config.EnableAutoMerge = true;
config.AutoMergeTimeoutSecond = 5;
var array = new[]


Cargando…
Cancelar
Guardar