webthing-go icon indicating copy to clipboard operation
webthing-go copied to clipboard

Go implementation of a Web Thing server

Results 2 webthing-go issues
Sort by recently updated
recently updated
newest added

In the base release, of course, I marked unsafe handling for [Perform actions](https://github.com/dravenk/webthing-go/blob/master/server.go#L559). ``` // Perform an Action in a goroutine. go action.Start() ``` Goroutine is not a queue. Not...

enhancement