Skip to content

Add process PID to bot_id

Richard Dale requested to merge rdale/add-pid-to-bot-id into master

Description

I tried to run 8 bgd worker processes on a single machine, but got errors because they all had the same bot id when calling CreateBotSession() as the server bgd process couldn't distinguish between them.

Changes proposed in this merge request:

  • Include the PID of the bgd bot process in the bot_id passed in the CreateBotSession() call

This merge request, when merged, will address issue/bug:

#179 (closed)

Merge request reports