Closed truecarfield closed 1 month ago
Init a XCP server on TCP a after terminating a XCP server on UDP using XcpEthServerShutdown() within the same process
XcpServerReceiveThread isn't really destroyed when XcpEthServerShutdown() called, so the XCP server doesn't really reinited with TCP
XcpServerReceiveThread terminated cleanly when XcpEthServerShutdown() is called
Thanks Please check the latest commit on master, problem should be solved
Thanks for the update, plz take a look on this PR
How to reproduce it?
Init a XCP server on TCP a after terminating a XCP server on UDP using XcpEthServerShutdown() within the same process
What false behavior do you observe?
XcpServerReceiveThread isn't really destroyed when XcpEthServerShutdown() called, so the XCP server doesn't really reinited with TCP
What correct behavior do you expect?
XcpServerReceiveThread terminated cleanly when XcpEthServerShutdown() is called