ppegusii / cs677-smart-homes-IoT

Programming Assignment 1: Internet of Things and Smart Homes
GNU General Public License v2.0
2 stars 0 forks source link

gRPCPort and gRPCIp synchronize access #28

Closed ppegusii closed 9 years ago

ppegusii commented 9 years ago

Could add a synchronized struct in structs.go, such as SyncString, similar to SyncBool. Using the existing SyncRegGatewayUserParam might be easier.

ameetrivedi commented 9 years ago

Implementation : Done Testing : Done