wasmCloud / lattice-observer

A reusable Elixir library for monitoring a lattice and deriving observed state
https://wasmcloud.com
Apache License 2.0
3 stars 2 forks source link

Split caps by comma #14

Closed brooksmtownsend closed 2 years ago

brooksmtownsend commented 2 years ago

Turns out, capabilities stored in the actor are in the form of a comma separated string at this point in the code. This bug fix ensures that capabilities are split by the comma and turned into a list.