gin-gonic / examples

A repository to host examples and tutorials for Gin.

Home Page:https://gin-gonic.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is room function in examples/realtime-chat/rooms.go threads safe?

ytkang opened this issue · comments

I think the concurrent access to the map from multiple goroutines is not available.
What do you think?

@ytkang Could you send the PR?

#22
This is a pull request for this. I used channel rather than lock

@ytkang merged. Thanks.