Stiffstream / sobjectizer

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

Home Page:https://stiffstream.com/en/products/sobjectizer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of message limits and state_t::time_limit

eao197 opened this issue · comments

When a user tries to set a message limit and then calls state_t::time_limit it leads to application crash. It's because time_limit tries to subscribe the agent to internal msg_timeout message and there is no a message limit for this message.

Unfortunatelly, an application crashes without any diagnostic.

This case should also be described in the documentation.