You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to upgrade our server which relies on go-coap v2 to v3 (latest) we encountered an issue with udp connections not being able to be written to from the server. As an attempt to check if the latest code is working we resorted to using the simple coap example bundled with the repository. When running the server and the client we are met with sendmsg: invalid argument on versions >= 3.2.0
The issue is not present on tag v3.1.6. However this presents issues for anyone that wants to use the latest version of the go-coap library.
The issue has been tested on the following platforms
* Linux 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
* Linux 6.10.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 14:37:32 +0000 x86_64 GNU/Linux
How to reproduce:
Checkout the tag 3.2.0 and run the simple example server then client
Server fails to respond to client with invalid argument
When attempting to upgrade our server which relies on go-coap v2 to v3 (latest) we encountered an issue with udp connections not being able to be written to from the server. As an attempt to check if the latest code is working we resorted to using the simple coap example bundled with the repository. When running the server and the client we are met with
sendmsg: invalid argument
on versions >= 3.2.0The issue is not present on tag v3.1.6. However this presents issues for anyone that wants to use the latest version of the go-coap library.
The issue has been tested on the following platforms
How to reproduce:
Expected:
No error on server side with go-coap versions > 3.1.6
The text was updated successfully, but these errors were encountered: