tiiuae / rclgo

ROS Client Library for Golang
Apache License 2.0
81 stars 14 forks source link

Add mutex lock to rosResourceStore #4

Closed lime008 closed 2 years ago

lime008 commented 3 years ago

Adds a sync.Mutex write lock to the rosResourceStore to prevent concurrent writes to the resources map when adding and removing resources.

Fixes: #2