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
Forwarding module should be able to forward to a list of destination nodes. This could be useful in a classroom setting, especially w/r/t the feature added in #17.
Best implementation method is probably to start a forward thread for each listed node, as linear processing will presumably slow down message distribution. Thus the work could be frontloaded onto the client function and the forwarding module can remain unchanged.
The text was updated successfully, but these errors were encountered:
Forwarding module should be able to forward to a list of destination nodes. This could be useful in a classroom setting, especially w/r/t the feature added in #17.
Best implementation method is probably to start a forward thread for each listed node, as linear processing will presumably slow down message distribution. Thus the work could be frontloaded onto the client function and the forwarding module can remain unchanged.
The text was updated successfully, but these errors were encountered: