bkavuncu / GDO

GDO
MIT License
0 stars 1 forks source link

[Scenarios] Hub Methods with Array type parameters do not work #189

Closed senakafdo closed 6 years ago

senakafdo commented 6 years ago

Due to the existence of this issue hub methods such as UploadPosition in the GigaImagesApp does not work. The algorithm used to parse is incorrect as it splits nested blocks in the initial run itself. The use of a regular expression ensures nested blocks (aka arrays), remain intact without being split.