Tags: NicoNex/echotron
Tags
Update HTTP client limiter and improve dispatcher. This new release introduces a significant improvement for the HTTP client limiter, increasing its burst size and adding it as an argument for SetGlobalRequestLimit and SetChatRequestLimit. With the current changes the speed to which the client makes requests to the Telegram API is as fast as possible until the limit is reached. Additionally the dispatcher now uses sync.Map for keeping track of the open chat sessions with the users improving the resulting safety for concurrent use.
PreviousNext