Skip to content

Commit

Permalink
Merge branch 'feat/ack-messages'
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 16, 2023
2 parents 3e462f2 + f308182 commit 06fa393
Show file tree
Hide file tree
Showing 12 changed files with 714 additions and 233 deletions.
61 changes: 35 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ In order for the frontend clients and the Gateway to work properly, the canister
import "./ws_types.did";
service : {
"ws_register" : (CanisterWsRegisterArguments) -> (CanisterWsRegisterResult);
"ws_open" : (CanisterWsOpenArguments) -> (CanisterWsOpenResult);
"ws_close" : (CanisterWsCloseArguments) -> (CanisterWsCloseResult);
"ws_message" : (CanisterWsMessageArguments) -> (CanisterWsMessageResult);
Expand Down
Loading

0 comments on commit 06fa393

Please sign in to comment.