Richard James Beanland
Richard James Beanland
Yep, I'm also getting this issue with 3.1.3. This happens whenever my app initializes. ``` Restarted application in 3,442ms. W/quarksoup.sofi(18166): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) ════════ Exception caught...
Hey @sososdk , @samu-developments, Did either of you work out what was going on here? Taking a look now but my knowledge of the workings of this package is limited.....
Am also on Flutter (Channel stable, 2.5.3, on macOS 12.0.1 21A559 darwin-x64, locale en-GB). Latest versions of Auto_route and its generator.
Dropping down to exact version `3.1.2` has stopped this error from happening for me. I am not noticing any hot-reload issues but will keep an eye out for anything weird....
Hi Stephen, Thanks for the update! So, to clarify then: You can create and delete from the client when using ``` StreamFeedClient.connect( EnvironmentConfig.getStreamPublicKey, appId: EnvironmentConfig.getStreamAppId, token: feed.Token( streamFeedToken, ), )...
Hi @sachaarbonel, ok I tried this `_userFeed = _streamFeedClient.flatFeed(kUserFeedName);` Received this error: ``` Provide a `userId` if you are using it server-side or call `setUser` before creating feeds 'package:stream_feed/src/client/stream_feed_client_impl.dart': Failed...
ok, so as @shodgetts suggested yesterday, editing activities can only (really) be done on the server side. Thanks for clarifying. For now I'm going to leave editing activities and perhaps...
Looks like the Android emulator uses port 5555, which is what is blocking my instance of Studio.