emorydunn / StreamDeckPlugin

A library for creating Stream Deck plugins in Swift.
https://emorydunn.github.io/StreamDeckPlugin/
MIT License
50 stars 7 forks source link

Resolve sendToPlugin Routing to Properly Route to Action Instance #17

Closed SENTINELITE closed 1 year ago

SENTINELITE commented 1 year ago

While attempting to integrate the sentToPlugin on an Action instance, I observed that it was not functioning as intended and was instead referring to the PluginDelegate.

I took the initiative to rectify the issue by properly routing the function. However, I am unsure of any potential adverse effects and would appreciate your feedback on whether this solution is suitable.

emorydunn commented 1 year ago

Thank you so much for the PR. I'll take a look this weekend and hopefully get it merged in.

emorydunn commented 1 year ago

Using a very loose definition of "this" weekend I've accepted the PR. Thanks!