-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
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
Labels
No labels