mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
![]() Goroutines don't capture the values of the variables they reference from their outter scope. As result the last value of `devType` is used at the moment the goroutine runs. Pass the correct value of `devType` to the goroutine call. closes #113 |
||
---|---|---|
.. | ||
api.go | ||
manager_test.go | ||
manager.go | ||
server_test.go | ||
server.go |