Questions tagged [subscriber]
272 questions
0
votes
0 answers
Why Observable is emmiting doubled ArrayList
I am building an app where Observable emitts ArrayList, and that list has 2 items, but when I run the app on screen it is shown more than once(I see this 2 items, but they are shown more than once). What am I doing wrong?
This is my…

Goran_1992
- 103
- 1
- 2
- 9
0
votes
1 answer
RxJava subscriber as a parameter does not work, new identical subscriber work
We're using rxandroid:1.1.0 along with rxjava:1.1.2 in our application.
Our project has the RxJava Subscriber created this way:
Android Activity creates the Subscriber. When user deletes an item we pass the Subscriber as argument to a "network…

TooManyEduardos
- 4,206
- 7
- 35
- 66
0
votes
0 answers
RxJava re-create observable onError
So I have my form model which holds all data I want to validate and then send to the server. Let's keep it as simple as possible - isFormValid or api request should return Observable.errr(throwable) which should call onError() in the…

aldorain
- 790
- 5
- 16
0
votes
1 answer
Data emitted from Observer does not trigger the Subscriber in Rx Java
We have a scenario, where in we switch off the BLE Enabled device and then the Android App screen shall grey out. But when the switch off the BLE Enabled device,
instead of Greying out, the screen remains freezes and UI does not respond
None of the…
0
votes
1 answer
OpenDDS - message_writer->write(...) error DDS::RETCODE_TIMEOUT
I'm creating an simple message program in openDDS. This program uses a publisher and a subscriber. In the publisher I write a message with:
DDS::ReturnCode_t error = message_writer->write(message, DDS::HANDLE_NIL);
When I try to send from 180 bytes…

DKo
- 820
- 1
- 9
- 19
0
votes
0 answers
ITPSubscribe - how to make links?
i have plugin and module ITP Subscribe on my website and I don't know how to make links. I need extension which allows users to subscribe content form the website. It doesn't work now. joomla 3. Help, please :)

Ela
- 1
0
votes
1 answer
how to show user role with name on blog post in wordpress
I had set a permission in wordpress anyone can register & can post. If user do post then i need to review it and set to user role (like subscriber to author) and also need to show, on my blog page who is author and who is subscriber but there are…

Yajuvendra
- 13
- 11
0
votes
1 answer
new Basecamp API add/update subscribers to calendar event
Is it possible to add or update people (subscribers) in a calendar event in Basecamp new API?
In a documentation https://github.com/basecamp/bcx-api/blob/master/sections/calendar_events.md are only these parameters:
{
"summary": "My all-day event…
0
votes
1 answer
Symfony2 call subscriber doctrine and other
I create a subscriber and register a new service, what I do :
https://gist.github.com/Draeli/2c591c16409a5664ae58

Draeli
- 151
- 2
- 13
0
votes
0 answers
Subriber Birthday customer sync
I have a problem for which I cannot find the right answer.
In Magento I want to add the DOB to the newsletter-subscribers.
I succesfully did, by following this…

Julia Mäntz
- 1
- 1
0
votes
1 answer
Blocking event subscription in compile time
Related to my previous question. Is there a way to block the subscription in compile time? Something like marking the event's "Add" as "private" in the implementor even though it's public in the interface.

Moshe
- 555
- 3
- 14
0
votes
0 answers
Magento, automatically assign newsletter subscribers to newsletter subscriber group
I created the newsletter subscriber group on customer group, so I can apply discount for them, is there anyway to make this automatic, when someone subscribe to newsletter he/she automatically assign to newsletter subscribers group that have…

braty smugle
- 57
- 2
- 9
0
votes
1 answer
pubsubhubbub - What is the difference between sync and async when sucribing to a feed?
I am trying to implement pubsubhubbub as a subscriber to https://pubsubhubbub.appspot.com/
When it comes time to subscribe via the debuger the field verify type offers 2 possibilities:
asynchronous
synchronous
Unfortunately the section 5.2…

RafaSashi
- 16,483
- 8
- 84
- 94
0
votes
1 answer
WSO2 MB - How to Get Publisher IP or ID
in a use case in which i have N publishers on a topic and M subscribers to the same topic, when a message is delivered, is there the native possibility for a each subscriber to know which was the actual publisher (by an ID or an IP field)? Is this…

Alex
- 1,515
- 2
- 22
- 44
0
votes
1 answer
nservicebus 4.03 how do you setup publisher/subscriber?
how do we setup publisher where the subscription information is stored in the DB?
What all do you need in the configs of publisher and subscribers??

Miral
- 5,968
- 16
- 57
- 85