Skip to content

Commit

Permalink
Merge branch 'feat/web3wallet' of github.com:WalletConnect/WalletConn…
Browse files Browse the repository at this point in the history
…ectSharp into feat/web3wallet
  • Loading branch information
gigajuwels committed Aug 17, 2023
2 parents 7eb137d + 523af87 commit 8b61216
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ private async Task<WebsocketClient> Register(string url)

private void OnOpen(WebsocketClient socket)
{
if (socket == null)
return;

socket.MessageReceived.Subscribe(OnPayload);
socket.DisconnectionHappened.Subscribe(OnDisconnect);

Expand Down

0 comments on commit 8b61216

Please sign in to comment.