andreiolaru-ro / FLASH-MAS

The Fast Lightweight Agent Shell MAS framework. Easy for beginners, powerful to experts.
GNU General Public License v3.0
5 stars 3 forks source link

NullPointerException in Node when using its own messaging shard #23

Closed andreiolaru-ro closed 2 years ago

andreiolaru-ro commented 2 years ago
andreiolaru-ro commented 2 years ago

Could be solved after commit 63ffdd4a5e967349ab41e7269a263cccbf209a3a but could also be a race condition somewhere.

Will not trey to avoid the exception (e.g. by checking if messagingShard is null in the idea that it may reappear.

andreiolaru-ro commented 2 years ago

Exception appears again when multiple pylons, not all offering messaging, exist.

andreiolaru-ro commented 2 years ago

Solved in 99a606e. See commit message.