issues
search
aibtcdev
/
aibtcdev-frontend
1
stars
1
forks
source link
Implement websocket endpoint in backend
#72
Closed
whoabuddy
closed
6 days ago
whoabuddy
commented
1 week ago
Related to:
aibtcdev/aibtcdev-backend#34
Notes:
expecting web socket at /ws/execute_crew/186
first message you send will be in the input
it will stream back json with fields type and content
Type is like task or step or result
content is the data itself
disconnect after you get the result
whoabuddy
commented
6 days ago
Fixed in #83
Related to:
Notes: