You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should have been it's own ticket instead of part of #109, so here are some of it's tasks.
use socket streams and CONVERSE to add a conversation in the _st_new_socket_listener callback, which sends signals on incoming data from the socket and listens for data to send to the socket.
This code needs to also listen on a control aspect for completion commands etc
The text was updated successfully, but these errors were encountered:
440cff1 adds CONVERSE based bi-directional socket edge-receptor. Still missing is the control aspect stuff to enable clients to properly close down the socket
fixed bugs in PROTOCOL_DEFAULTS handling and in __t_fill_template when fill deletes a slot
also fixes bugs parsing a NULL_SYMBOL in _t_build2 (i.e. if used in base_defs.pl)
This should have been it's own ticket instead of part of #109, so here are some of it's tasks.
use socket streams and CONVERSE to add a conversation in the _st_new_socket_listener callback, which sends signals on incoming data from the socket and listens for data to send to the socket.
This code needs to also listen on a control aspect for completion commands etc
The text was updated successfully, but these errors were encountered: