Picolab / wrangler

Wrangler operating system for picos
4 stars 1 forks source link

wrangler create channel enforce unique name's across types. #124

Open burdettadam opened 6 years ago

burdettadam commented 6 years ago

wrangler enforces unique channel names, the check does not take in account channel type. The name should not be unique across all channel types, only with in a certain type.

LewisThomas commented 5 years ago

https://github.com/Picolab/pico-engine/commit/6f11156e17832549ba8ce0aaf817ee11df8f48ba

Fixed for wrangler:channel_creation_requested event. createChannel, being an Action, is not appropriate to do this for.