You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the context, the reason we use queues and TMVars to send requests and process responses is that the function to send the request returned by the library was not thread safe (#37 - yet to test if it's fixed, sorry). But it's irrelevant for this issue, as it is at a lower level.
The text was updated successfully, but these errors were encountered:
There is no small code sample to demonstrate yet, we have a PR that shows the problem:
What happens is this:
https://github.com/simplex-chat/simplexmq/pull/730/files#diff-aa7178f82f94f72876f42f9c0359c77d1a08aa0e84c2b34f15ce70506f873ed6R162
https://github.com/simplex-chat/simplexmq/pull/730/files#diff-2b59839bb37bb7512686cd614a46a962ea285593a4b7c7478f8e88057f26b853R120
https://github.com/simplex-chat/simplexmq/pull/730/files#diff-2b59839bb37bb7512686cd614a46a962ea285593a4b7c7478f8e88057f26b853R141
For the context, the reason we use queues and TMVars to send requests and process responses is that the function to send the request returned by the library was not thread safe (#37 - yet to test if it's fixed, sorry). But it's irrelevant for this issue, as it is at a lower level.
The text was updated successfully, but these errors were encountered: