# Test **Repository Path**: 206307910/test ## Basic Information - **Project Name**: Test - **Description**: 一些测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-11 - **Last Updated**: 2024-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试 ##### TestTouchSocket 测试TouchSocket,目前发现在3.0.4版本之后,设置IPHost会导致异常。 异常信息: ~~~ /media/sata/pic/pic/Recognize/testTouchSocket # mono TestTouchSocket.exe Stacktrace: at <0xffffffff> at System.MemoryExtensions..cctor () [0x00000] in <805945f327b047adb8f6389d9d8f82c3>:0 at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0001e] in :0 at <0xffffffff> at TouchSocket.Sockets.IPHost..ctor (string) [0x0000c] in :0 at TestTouchSocket.TcpHeartbeat..ctor () [0x00099] in :0 at TestTouchSocket.TcpHeartbeat/<>c.<.cctor>b__13_0 () [0x00000] in :0 at System.Lazy`1.CreateValue () [0x00060] in :0 at System.Lazy`1.LazyInitValue () [0x00080] in :0 at System.Lazy`1.get_Value () [0x0003a] in :0 at TestTouchSocket.TcpHeartbeat.get_Instance () [0x00000] in :0 at TestTouchSocket.Program.Main (string[]) [0x00008] in :0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0004e] in :0 /proc/self/maps: 00008000-004dc000 r-xp 00000000 1f:05 732 /usr/mono/bin/mono 004e4000-004e6000 rw-p 004d4000 1f:05 732 /usr/mono/bin/mono ~~~