Davide

Results 5 comments of Davide

Hello @novabyte I see this in the server logs ``` nakama | {"level":"info","ts":"2021-04-12T13:18:14.945Z","caller":"server/runtime.go:503","msg":"Found runtime modules","count":2,"modules":["world_control.lua","world_rpc.lua"]} nakama | {"level":"info","ts":"2021-04-12T13:18:14.945Z","caller":"server/runtime.go:518","msg":"Registered Lua runtime RPC function invocation","id":"register_character_name"} nakama | {"level":"info","ts":"2021-04-12T13:18:14.945Z","caller":"server/runtime.go:518","msg":"Registered Lua runtime RPC function...

In the client, I can login and create a character. But, when I click on the character to enter in game the client do not do nothing. Client logs: ```...

Take a look at this stage: https://bitbucket.org/drambaldi/bpipe_config/src/407427ee61900de3e057ed16c0cd3d9db2e91f35/modules/sample_dir_gfu.groovy?at=master Typically I create an output dir for each sample. The downstream stages use a branch variable to keep track of output dir. Pipeline:...

Here is the pull request: https://github.com/ssadedin/bpipe/pull/144

Hi, have hard coded the Slave ID of my machine and it works... commit: https://github.com/tucano/chrome-modbus/commit/84950138e41ba32537e2326e830240f20a2dce79#commitcomment-17856036 You have putted .setUID(255); I have .setUID(1); If we make a function arguments, everybody will...