Socket.io extended Network is not allowing chained ACs #29
Labels
pkg: socket.io
corresponds to the @tao.js/socket.io package
pkg: utils
corresponds to the @tao.js/utils package
When connecting to a server over socket.io using the
@tao.js/socket.io
package, the local (client) signal network will get the signal of an AC from the source but any subsequent AC returned to make a chain is not forwarded into the network.It was found this is broken in the implementation of
@tao.js/utils.Source
that the socket.io integration relies upon.The text was updated successfully, but these errors were encountered: