Tobias Oberstein
Tobias Oberstein
tbh, my knowledge of Android logging is limited, both rgd best practices, as well as security implications. In general, I guess yes, a library that wants to be a nice...
thx! yeah, pls file issues and PRs on this repo
> Is there any hidden reason for why this is not thread safe? yes, the library was designed for async style (pls see the discussion in the issue Omer linked),...
> Do you see any other downside about my solution other than making things a bit slower due to locking? Is there the chance of missing events or something like...
btw, another subtle aspect: * ABJ is designed - for library users - as a non-locking, non-thread-safe, run-to-completion, single-threaded library * however, ABJ itself, internally, does use threads! eg network...
This seems bad in multiple ways, agreed. sorry to waste your time=( we actually do want to make it work too for this case .. needs some investigation/thinking ..
I don't get this one. How would you fill this virtual `java.io.File` thing? I mean, eg from a Blob returned from a WAMP remote procedure call? If so, the WAMP...
You might then as well go as far as asking for the same thing but uplink;) That is, upload a big file _from_ a virtual file thing _to_ a remote...
we have a working example for WAMP-CRA auth here: https://github.com/crossbario/autobahn-java/blob/master/demo-gallery/src/main/java/io/crossbar/autobahn/demogallery/AuthenticationExampleClient.java could you try that and see if it works for you?
> this example not work for me(( what exactly does not work? `invalid password` in the log gives a hint;) also: what router? if crossbar, pls include output from `crossbar...