mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 17:27:34 +00:00
Add missing comment for stream function
This commit is contained in:
3
poll.go
3
poll.go
@@ -188,6 +188,9 @@ func (h *Headscale) PollNetMapHandler(c *gin.Context) {
|
||||
Msg("Finished stream, closing PollNetMap session")
|
||||
}
|
||||
|
||||
// PollNetMapStream takes care of /machine/:id/map
|
||||
// stream logic, ensuring we communicate updates and data
|
||||
// to the connected clients.
|
||||
func (h *Headscale) PollNetMapStream(
|
||||
c *gin.Context,
|
||||
m Machine,
|
||||
|
Reference in New Issue
Block a user