plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
443 stars 116 forks source link

Fix UDP Server Option Duplication in ListenAndServeWithOptions #527

Closed sdeboeck closed 7 months ago

sdeboeck commented 7 months ago

This change ensures that when a UDP option is provided in the options list, it is appropriately added to both the TCP and UDP option slices, ensuring consistent behavior for both server types.

526