Skip to content
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

Websocket #20

Open
wants to merge 9 commits into
base: integration
Choose a base branch
from
Open

Websocket #20

wants to merge 9 commits into from

Conversation

Iskander54
Copy link
Contributor

@Iskander54 Iskander54 commented Nov 22, 2024

python/nistoar/midas/dbio/websocket.py : Is the python class for the websocket
python/nistoar/midas/dbio/base.py : after initializing the base with the websocket, a message is sent in the create_record function
python/nistoar/midas/dbio/inmem.py : Passing through the initialization of the websocket from the InMemoryFactory to the InMemoryDBClient

python/tests/nistoar/midas/dbio/test_inmem.py : Initializing a websocket and passing it to the initialization of the backend, here inmem

Addition of a new test class to test the asynchronous part of the dbio : the message sent to listening websocket whenever a record is created.

scripts/midas-uwsgi.py : initializing a websocket and passing it in the build of DBIO Backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant