Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined WSIOFilter (data and event servers) #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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