<FromGitter>
<Blacksmoke16> idea was to change the adapter to the read one where the `pp` is
<FromGitter>
<Blacksmoke16> but dont think it would work as it wouldnt reset the adapter for the other methods :/
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 268 seconds]
feepbot has joined #amber
feepbot has quit [Read error: Connection reset by peer]
feepbot has joined #amber
<FromGitter>
<PlayLights_twitter> Yea :/, by now I'm having separated models (like: User and UserRO) and instantiate to write one when to want to update it, i was going to ask if is there any way to update something without having the instance
<FromGitter>
<Blacksmoke16> could maybe write a method that takes a block
<FromGitter>
<PlayLights_twitter> That's a good idea @Blacksmoke16 but I not sure it would be safe since a lot of concurrency is happening because of the traffic
<FromGitter>
<Blacksmoke16> could maybe use `Mutex` in it as well?
<FromGitter>
<Blacksmoke16> :shrug:
<FromGitter>
<PlayLights_twitter> Yea im going to do some test over it to look the behavior
<FromGitter>
<Blacksmoke16> 👍
<FromGitter>
<Blacksmoke16> @robacarp Imma fix those flaky tests...