Open burdettadam opened 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.
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.
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.