The Wayback Machine - https://web.archive.org/web/20201105162454/https://github.com/topics/socket-client
Skip to content
#

socket-client

Here are 141 public repositories matching this topic...

actionhero
chimmelb
chimmelb commented Apr 19, 2017

Name of Issue

GET request of schema inputs throw error.
Workaround is to use POST or write middleware (example below)

  • ActionHero Version: 16.0.5
  • Node.js Version: 7.4.0
  • Operating System OSX

Steps to reproduce your error

  • Make a new actionhero project with ./node_modules/.bin/actionhero generate
./node_modules/.bin/actionhero generate action --name="schemaTest" 
jweidner-mbible
jweidner-mbible commented Jun 8, 2020

D/Adhara was logging Socket triggered::event-name but our listener was not getting called nor was any error being logged. I had declared our listener as:

void _handleMessage( dynamic data ) {
print( '_handleMessage received $data' );
}

and subscribed to the events using

socket.on( 'eventName', _handleMessage );

In debugging this situation, I noticed that when _handleData in so

Improve this page

Add a description, image, and links to the socket-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the socket-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.