willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

[BUG] Broken Socket Connection #326

Open oconn opened 7 years ago

oconn commented 7 years ago

BEFORE SUBMITTING AN ISSUE CHECK THE FOLLOWING:

ISSUE DESCRIPTION

An issue constitutes any unexpected behavior in the system

wombats-api-1.0.0-alpha1

Sending any substantial state through sockets (via the simulator) breaks the socket connection.

Socket channel breaks

Channel remains open

We are sending too much data through the socket channel. The simulator does not benefit from having full duplex communication, we should look at moving this to standard API endpoints.