Skip to content

Скрипт луа не запускается, если в config.json только один endpoint типа PUB #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gojmpz opened this issue Dec 14, 2020 · 0 comments
Labels

Comments

@gojmpz
Copy link
Contributor

gojmpz commented Dec 14, 2020

Если в конфиге прописать только один endpoint - PUB, то скрипт в quik не запускается с Access Violation Error.
Пример конфигурации.

{
  "endpoints": [
    {
      "type": "PUB", 
      "serde_protocol": "protobuf",
      "active": true, 
      "address": {
        "host": "127.0.0.1",
        "port": 5561
      },
      "auth": {
        "mechanism": "PLAIN", 
        "plain": {
          "users": [
            {"username": "name", "password": "password"}
          ]
        }
      }
    } ]
}
@Enfernuz Enfernuz added the bug label Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants