Open hafiz013 opened 4 years ago
Hi,
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.
Thank you,
expected data receive from event.getData(): 1) 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?