-
Hi,
My goal is to create a chat app that can save a message when the user is offline and distribute the message the next time the user comes back online.
The missing piece in my Azure Function i…
-
Message: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: StaticPopup1:SetPoint.
Time: Mon Apr 20 22:15:29 2020
Count: 1
Stack: Action[SetPoint] f…
-
I would like to use negotiation for Angular App, based on Azure Func and Azure Active Directory authentication, with specified UserId for SignalRConnectionInfo.
How to specify UserId and Authorizat…
tbuha updated
4 years ago
-
I cannot, for the life of me, figure this out.
I was hoping the stories had addinfo enabled.
using the simplechat example... how do you add custom text to each node / link?
-
I've tried to add SignalR with Redis as backplane as I would have when using a normal Azure App Service:
```csharp
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
[assembly: Funct…
-
Hi! As the title says, I can run all dynmap commands on my server (I am rendering the whole world right now) but the webpage isn't working. For me, the web page loads for about 30 seconds and then s…
-
After making several play-tests with my friends, I realized that for some people it is difficult to understand what kind of questions they should ask to open some information. So I decided to create a…
-
` server = SIOServer()
@server.service.on('get_bananas', namespace="/namespace1")
async def some_request_1(sid=None, data=None):
#server.service.enter_room(sid, f'user__{sid}')…
ghost updated
5 years ago
-
I'm using serverless with ASP.NET Core SignalR, and I'm wondering, how would I use my own hub implementation?
```
var serviceManager = new ServiceManagerBuilder()
.WithOptions(opt…
-
In the example, we can configure our desired port in (such as 8000 or something else)
`SimpleWebSocketServer('', 8000, SimpleChat)`
can we configure the extra path so our client accessing somethin…