Skip to content
#

transport

Here are 741 public repositories matching this topic...

sumo
node-opcua
duncanspumpkin
duncanspumpkin commented Jul 5, 2021

We recently added the Map::validCoords function. This should be used in a number of locations. Search the codebase for the constant 0x2FFF, 12287, 0x3000 or 12288 and if its a Map::Pos2 or Pos3 then it very likely should be using the validCoords function.

Likewise if its 384, 0x180, or 0x17F, 383 and if its a Map::TilePos2 then it should probably also be using the validCoords functi

gdalsnes
gdalsnes commented Sep 10, 2020

When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow duplicates, as this is (in my case) always an error. Alternatives:
-Preferably a setting on JsonRpc itself that produce error when AddLocalRpcTarget is called
-A setting on JsonRpc itself that produce error during

Improve this page

Add a description, image, and links to the transport topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transport topic, visit your repo's landing page and select "manage topics."

Learn more