opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

Parameter address should be renamed to avoid confusion. Parameter alias should hint at its use. #368

Open Idawid opened 1 year ago

Idawid commented 1 year ago
  1. Parameters address in send() and recv() should be renamed.
  2. Parameter alias should hint at the socket function. Various functions accept alias as the parameter, but it has VERY different use.

Explanation: osbrain follows the standard where alias refers to the alias of the socket. On the server-side:

On the client-side: