Skip to content

Websocket Subscription support #136

@thiagodeev

Description

@thiagodeev

Hi!
I'm testing the library. It has websocket support, but when I tried to subscribe to a blockchain node through a subscribe... method, it didn't worked. When debbuging, I noticed the received message was going to the default case in the handleFrame func (ref). I believe one of the problems is that the switch only consider the message as a respone if the method field is empty, but in a subscription response the method usually is domain_subscriptionMethodName.

So, the library doens't support subscription, am I correct?
If so, is there any plans to implement it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions