Jarek Świerczyński

Results 45 comments of Jarek Świerczyński

The only explanation I could come up with is that more than one `MessageDispatcher._dispatch()` is executed for a particular `seqno` at the same time. The first call has already replaced...

Thank you for reply. What can I do in such case? Try to search for some patterns? What radio do you use?

My workaround for this problem: ``` def save_with_session(*args): with get_connection().start_session() as session: with session.start_transaction(): try: for document in args: pk = document._lookup_field("pk")[0].to_mongo(document.id) modified = document._get_collection().update_one({"_id" : pk}, document._get_update_doc(), session=session).modified_count if...

@EntilZha Any reason why `__getitem__()` also wraps?

@reklanirs > In fact: > > ``` > seq([df,df]).reduce(lambda x,y: x.add(y)) > > Out[2]: > [array([24., 14.]), array([8., 4.])] > ``` This is a different problem caused by the fact...

That would be extremely useful. Today I have to look for the listen light to make sure I'm not talking to myself.

@RomRider Can we have this merged please?

I have submitted a PR. Please note that I had zero experience with mosquitto code prior to this so if you decide to use the fix before it is reviewed...

Nevermind, apparently the fix (https://github.com/eclipse/mosquitto/commit/6d240a9d183413fca7d2a4f42eae803ba84af97c) has been on the fixes branch for over 3 months. There just hasn't been any new release since.