Apollo3zehn / FluentModbus

Lightweight and fast client and server implementation of the Modbus protocol (TCP/RTU).
MIT License
189 stars 71 forks source link

Fix failing tests. #22

Closed Apollo3zehn closed 3 years ago

Apollo3zehn commented 4 years ago

Tests fail mostly on Ubuntu, never locally. The custom error message is "The TCP connection closed unexpectedly." and only happens for the "ProtocolTests". The server instance is recreated for each test and every test uses a new port, so what causes the random issues?