You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please explain what's happening and what you expected to happen in more detail? This appears to be the same code snippet we provide in the readme and should write to the logcat for every message received.
one time only {"type":"LiveBid","server_time":"2020-07-09 17:17:38","time_expire":"17:19:38","bid":"28","title":"Test PINENG PN-939 20000mAh 3 Input Lithium Polymer Power Bank - Black / White","current_price":"21.25","bidder_name":"hafiz_test","bid_status":"Active"}
but i received twice:
{"type":"LiveBid","server_time":"2020-07-09 17:17:38","time_expire":"17:19:38","bid":"28","title":"Test PINENG PN-939 20000mAh 3 Input Lithium Polymer Power Bank - Black / White","current_price":"21.25","bidder_name":"hafiz_test","bid_status":"Active"}
{"type":"LiveBid","server_time":"2020-07-09 17:17:38","time_expire":"17:19:38","bid":"28","title":"Test PINENG PN-939 20000mAh 3 Input Lithium Polymer Power Bank - Black / White","current_price":"21.25","bidder_name":"hafiz_test","bid_status":"Active"}
Below here my code inside fragment:
`options = new PusherOptions();
options.setCluster(cluster_pusher);
}
});`
why?
The text was updated successfully, but these errors were encountered: