-
Notifications
You must be signed in to change notification settings - Fork 60
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
websocket / postRequest #57
Comments
Hey will take a look at this, thanks |
thanks, let me know if you find the solution :) |
Hey, still haven't figured this out, for now try to just use REST API calls instead of the websocket calls. There shouldn't be any difference between the two really |
I'm currently using the REST API, but it would be beneficial to route all requests through WebSocket instead. Please let me know your thoughts on this. |
Hello,
Thanks for your work.
I think the postRequest( function in WebSocket is not working.
You are testing :
data.channel === 'post'
And it will be (i think) :
data.method === 'post'
And after doing this change, i still have problem.
Hope you can help.
My test code :
The text was updated successfully, but these errors were encountered: