German Syomin

Results 13 comments of German Syomin

So just replace one line in the ServiceSocket.java: protected Deque responeBacklog = new LinkedList(); with this line: Queue responeBacklog = new ConcurrentLinkedQueue(); It solved this problem :)

This error is happened after ./manage.py loaddata fixtures/initial_data.json ? Because fixtures is just a folder. The test data file is called data_example.csv in root directory.

No it should be ./manage.py loaddata fixtures/initial_data.json Dev file is just an example to try to upload data via gui

This fake user should appear from those fixtures: {"model": "administrator.user", "pk": 0, "fields": {"login": "default"}} you can try to insert it with insert into jltc.user values (0, 'default'); In other...

Greetings. To this view you have to select Controller tab and create a new project. Also can happen that there is an error somewhere)). Can plz provide some screenshots

Hi, this is weird, cuz error message is saying the file is absent

Hey, plz pull master again. Was used the outdated function. https://github.com/innogames/JMeter-Control-Center/commit/8a022591f7fda70b5bd216473bddecbbd4bfff63

Hi, what do you try to execute there. I mean how can I re-produce it ?

Hi! of course, you can contribute (do you can to create the merge request ?). And we are really very interested to improve it in all ways :)

It's already more or less already on py3 (i hope, still use it on py2). But wiki would be awesome)) On Fri, 28 Dec 2018, 04:32 girlCoding OK Great !...