Skip to content

Conversation

@TheBrainChain
Copy link
Contributor

Okay, here's a cleaner changelog so we can sync up better. I combined the two WSIO*Filters into one, which hosts two different websocket servers (One to send 'event' information, and one to send 'data' information). The changes to Data.cs are simply adding a callback function OnEventLogged, which 'eventOut' gets passed to. This is so that WSIOFiltercs can utilized 'Data_onEventLogged' to send that event info to to event websocket server.

What I need help with from you is in the WSIO.cs class I have the OnMessage callback (inherited from WebsocketBehavior), which will allow the client to send a message back to the websocket server (wssv_events/data). We need a way of taking that packet and writing it to the Palmtree event log, allowing bidirectional communication with 3rd party apps.

Let me know if this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant