roger

Results 34 comments of roger

I'm using this ```javascript const jsonObservableMap = (mapData) => { // extends observable map, so json-mobx know how to serialize it const map = observable.map(mapData) Object.defineProperties(map, { json: { get:...

you need to call `channel.confirm_select(ConfirmSelectOptions::default()).await` to receive confirms

is `wait_for_confirms` more efficient than wait for each result of `basic_publish`? or internally is just waiting for each result?

Is there any update on this?