Skip to content

issues Search Results · repo:permitio/fastapi_websocket_pubsub language:Python

Filter by

20 results
 (76 ms)

20 results

inpermitio/fastapi_websocket_pubsub (press backspace or delete to remove)

from fastapi_websocket_pubsub import PubSubEndpoint from pydantic import BaseModel from datetime import datetime class ActivityLog(BaseModel): channel: str action: str user_id: str created: ...
  • jorgeav527
  • 1
  • Opened 
    on Aug 1, 2024
  • #81

1. I send some log data to client(web) 2. Then I switch tabs (two tab in one page) 3. server throws exception like below: fastapi_websocket_rpc.rpc_channel.RpcChannelClosedException: Channel Closed ...
  • sparrow2015
  • 3
  • Opened 
    on May 16, 2024
  • #74

Hello! Thanks for this great library. I m currently trying to use in an application, but another library I m using requires websockets =11. I noticed this library requires an older version. Is there a ...
  • Graeme22
  • 14
  • Opened 
    on Apr 20, 2024
  • #71

Hello people! First and foremost, I really appreciate your project! I am also using it heavily in a library I am making - eventhive. So, I am trying to use your fastapi PubSub in a project that cannot ...
  • operatorequals
  • 1
  • Opened 
    on Apr 1, 2023
  • #57

I try to run with Python 3.11 but it can t. Traceback (most recent call last): File /workspace/api/main.py , line 6, in module from fastapi_websocket_pubsub import PubSubEndpoint File /usr/local/lib/python3.11/site-packages/fastapi_websocket_pubsub/__init__.py ...
  • mrchoke
  • 5
  • Opened 
    on Dec 2, 2022
  • #49

Sorry, my native language is not English, my English is poor, if communication is not good I will close issues. I found the websocket example from https://github.com/permitio/fastapi_websocket_pubsub/issues/41 ...
  • hgalytoby
  • Opened 
    on Aug 23, 2022
  • #46

https://github.com/permitio/fastapi_websocket_pubsub/blob/90304e3b68eb970f9d56057ea0613028cf748de5/README.md?plain=1#L110 Instead of on_event it should be on_trigger, am I right?
  • arkadybag
  • 1
  • Opened 
    on Jul 29, 2022
  • #43

I was able to extract the payloads sent between client and server to create a Javascript client with websocket (code below). But there are 2 issues, which I haven t solved yet: 1. While working fine ...
  • Koliham
  • 1
  • Opened 
    on Jul 10, 2022
  • #41

I want to build a Single Page Application that subscribes to channels. The connection itself is accepted, but how do I subscribe to channels in Javascript?
  • Koliham
  • 1
  • Opened 
    on Jun 1, 2022
  • #37

Hey guys, thanks for the fantastic work. I ve encountered a timeout error, but nowhere in the docs or source code I found how to set a limit (if possible at all) for the client. My server consumes an ...
  • FerPapi
  • 2
  • Opened 
    on May 20, 2022
  • #35
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub