Feature #698
Von Maximilian Seesslen vor 5 Tagen aktualisiert
On build server the (unti) tests can fail becuase parallel build/test already started an CANHub-Server on same TCP port.
Using Unix sockets via files could solve the problem.
Abstract socket does not relate to local sockets. Other than for testing using local sockets is not super usefull.
Check dynamic port allocation.
Using Unix sockets via files could solve the problem.
Abstract socket does not relate to local sockets. Other than for testing using local sockets is not super usefull.
Check dynamic port allocation.