Sascha Thiergart

Results 6 issues of Sascha Thiergart

I am trying to get gobetween running on AWS ECS. My ECS services run tasks in bridge mode using the service discovery feature provided by AWS. In my gobetween config,...

I have a use case where a single `AsyncConnection` needs to listen on different channels. Which to listen on becomes known in runtime, e.g. connected clients determine what is listened...

I am using EMQ with the emq_sn plugin. I have activated the emq-auth-pgsql plugin to achieve ACL based on client id. However, as reported in issue [#18](https://github.com/emqtt/emq-auth-pgsql/issues/18), the broker denies...

Using emqx version 3.0 with the MQTT-SN plugin i get the following error messages: ``` 2019-04-24 07:47:21.452 [error] MQTT-SN(127.0.0.1:40289): shutdown due to idle_timeout 2019-04-24 07:47:21.452 [error] MQTT-SN(172.17.0.2:40289): shutdown due to...

support

I have some testcases in which i make use of a MockView to test my custom authentication classes. ``` class MockView(APIView): permission_classes = (permissions.IsAuthenticated,) def get(self, request): return HttpResponse({'a': 1,...

Hi. I am trying to initialize an vert on macosx. `$ vert init --platform macosx .` I get ``` EXECUTING: make linux cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make linux /Applications/Xcode.app/Contents/Developer/usr/bin/make all MYCFLAGS=-DLUA_USE_LINUX...