Xiaobo Liu
eef8d96d36
Replace interface{} with any type alias
...
This change maintains full backward compatibility while adopting
modern Go type alias conventions for better code clarity.
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com >
2025-06-14 16:52:30 +08:00
Joe Turki
cad1676659
Upgrade golangci-lint, more linters
...
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-17 08:21:15 -06:00
Sean DuBois
39c90d8419
Upgrade dtls, turn and sturn
...
New major version of dtls causes API breaks on three packages
2024-08-12 11:43:44 -04:00
Eric Daniels
28cf1cd9f3
Allow multiple agent.Close
2024-08-05 21:59:05 -04:00
Sean DuBois
abf50f9c34
Don't allocate new error inside TaskLoop
...
Libraries use errors.Is to catch this error. Allocating a new one inside
internal breaks that
2024-07-25 10:22:51 -05:00
Steffen Vogel
fdca6c47c0
Move taskloop into dedicated package
...
Reduce size of Agent and simplify code
2024-03-22 20:09:57 -04:00