Skip to content
#

push

Here are 513 public repositories matching this topic...

ar-anvd
ar-anvd commented Apr 20, 2019

I am using this code directly from the documentation. However is not not working, since I am getting:

ERROR: unrecognized configuration parameter "stream_targets"

CREATE FOREIGN TABLE stream (x integer, y integer) SERVER pipelinedb;
CREATE VIEW v0 AS SELECT COUNT(*) FROM stream;
CREATE VIEW v1 AS SELECT COUNT(*)
sattaman
sattaman commented Jan 28, 2020

Description:

Following the instructions I get the following error, if I don't expicitly link your module does not get found so I am presumming this isn't yet compatible with autolinking?

error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:

  • react-native-onesignal (to unlink run: "react-native unlink react-native-one
tbsmark86
tbsmark86 commented Nov 29, 2019

I find it rather surprising that the facade sends each message to every device instead of treating the input as a list of pairs.

I suggest that this is explicitly stated in the documentation. Or the code could be changed.

Also the response array is somewhat buggy: It only contains the last response for each token.

duhenglucky
duhenglucky commented Jan 10, 2019

As interface shows below:

    /**
     * <p>
     * Send batch messages to server.
     *
     * @param messages messages to be sent.
     */
    void send(List<Message> messages);

This API can lead to multiple behaviors, such as sending to multiple partitions, or the same partition, so how should we define the behavior of this method?

And this issue exists in many places, suc

Improve this page

Add a description, image, and links to the push topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the push topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.