-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No notification through WebSocket when inserting documents in a solid container #4
Comments
See also chatlog @DavideAllavena is this a blocker? If so, I suggest we add the priority label to this. |
Yes this is a blocker. We are developing an application that creates a web-socket to get notified on changes in a container. We can temporarily create a dirt workaround. But we are willing not to do it. |
@DavideAllavena ok thanks, will try and prioritize this. Or if you manage to work out a patch, we'll get it upstream asap! :) |
@DavideAllavena Is this still an issue? you should send wscat --no-check --connect wss://localhost:8443/
connected (press CTRL+C to quit)
> sub /inbox
< ack /inbox Then in another window, type: curl -kX POST https://localhost:8443/inbox You'll see |
We just found out that it's because you're using PUT instead of POST, see #9 |
With this toy example i get no notification when inserting or deleting resources on http://solidtest.space:
The request:
The text was updated successfully, but these errors were encountered: