matsumana / ksql-ui

MIT License
3 stars 2 forks source link

Fix Actor Bugs #23

Closed justaparth closed 6 years ago

justaparth commented 6 years ago

This fixes 3 bugs in the actors:

  1. The data types should be JsValue so they can return numbers / strings back to javascript.
  2. Before, we would send back the message indicating that the limit was reached as an error. Now, we just ignore it and stop sending messages back after that.
  3. Actors who no longer should receive messages will stop, helping clean up resources.