Skip to content

subscribe not working on topic #10

Open
@LovepreetSinghLotey

Description

@LovepreetSinghLotey

StompClient client = Stomp.over(Stomp.ConnectionProvider.OKHTTP, "ws://192.168.1.75:9464/chatServer");
client.connect();

    client.topic("topic.58.rooms")
            .subscribe ( stompMessage -> {
                System.out.println("-----------------------------");
               
            });

message from server is receiving and showing in logcat but is not receiving in the subscribe block

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions