Sponsored Content
The Lounge What is on Your Mind? Live Chat (Alpha) in UserCP SF 0.7517 Post 303034187 by Neo on Sunday 21st of April 2019 12:26:45 AM
Old 04-21-2019
UserCP Screeching Frog 0.7542

Have fixed some bugs and am very excited and positive about the PubNub Javascript node.js SDK.

However, I have created another bug related to guest usernames and uuids.

UserCP Screeching Frog 0.7544

Increased vue.js lifecycle hook delay to 2 seconds from 1 second, and the pubnub race condition errors seems error free.

More testing....

UserCP Screeching Frog 0.7548
  • Decreased vue.js lifecycle hook delay to 1 seconds from 1 second.
  • Commented out "troublesome and not required" status code (race condition).
  • Added users to the status message below chat.

Seems to run "OK" now, for such a simple app. I think time to take a step back and decide on what direction to go with PubNub here.
 

5 More Discussions You Might Find Interesting

1. Solaris

Live Chat For Solaris?

Does anyone know of any online live chat discussion groups for Solaris? If so, please let me know... Thanks! Rob Sandifer (3 Replies)
Discussion started by: RobSand
3 Replies

2. What is on Your Mind?

New UserCP Update Profile Image Page (UserCP Screeching Frog 0.7485)

Update! UserCP Screeching Frog 0.7485 Created a new page for uploaded a profile picture (profile pictures are different than avatar pictures). https://www.unix.com/usercp/#/settings/other https://www.unix.com/members/1-albums225-picture1158.png ... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

A Quick Video Overview of PubNub Live Chat @UNIX.com (version 0.7614)

A number of people have asked me to make some videos, so I just got my first condenser microphone and so I can make some amateurish screen casts. I will try to do better in the future. A quick overview of PubNub Live Chat @unix.com The video is best is you set the Quality to HD 1080. The... (0 Replies)
Discussion started by: Neo
0 Replies

4. What is on Your Mind?

PubNub Live Chat Beta Testing

Dear All, We are now beta testing our future "Live Chat" area using PubNub technology. https://community.unix.com/ This purpose of this testing is to test the core system, in general, and to see how many, if any, bugs crawl out of the woodwork. This "Live Chat" is not the... (48 Replies)
Discussion started by: Neo
48 Replies

5. What is on Your Mind?

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates In this version of the UserCP, I have changed "Live Chat" to "Live Updates" by disabling the ability to post in the "live chat" area and changed the name to "Live Updates" The reason for this change is that experienced... (6 Replies)
Discussion started by: Neo
6 Replies
NG_LMI(4)						   BSD Kernel Interfaces Manual 						 NG_LMI(4)

NAME
ng_lmi -- frame relay LMI protocol netgraph node type SYNOPSIS
#include <sys/types.h> #include <netgraph/ng_lmi.h> DESCRIPTION
The lmi node type performs the frame relay LMI protocol. It supports the ITU Annex A, ANSI Annex D, and Group-of-four LMI types. It also supports auto-detection of the LMI type. To enable a specific LMI type, connect the corresponding hook (annexA, annexD, or group4) to DLCI 0 or 1023 of a ng_frame_relay(4) node. Typically, Annex A and Annex D live on DLCI 0 while Group-of-four lives on DLCI 1023. To enable LMI type auto-detection, connect the auto0 hook to DLCI 0 and the auto1023 hook to DLCI 1023. The node will attempt to automati- cally determine which LMI type is running at the switch, and go into that mode. Only one fixed LMI type, or auto-detection, can be active at any given time. The NGM_LMI_GET_STATUS control message can be used at any time to query the current status of the LMI protocol and each DLCI channel. This node also supports the NGM_TEXT_STATUS control message. HOOKS
This node type supports the following hooks: annexA ITU Annex A LMI hook. annexD ANSI Annex D LMI hook. group4 Group-of-four LMI hook. auto0 Auto-detection hook for DLCI 0. auto1023 Auto-detection hook for DLCI 1023. CONTROL MESSAGES
This node type supports the generic control messages, plus the following: NGM_LMI_GET_STATUS This command returns status information in a struct nglmistat: #define NGM_LMI_STAT_ARYSIZE (1024/8) struct nglmistat { u_char proto[12]; /* Active proto (same as hook name) */ u_char hook[12]; /* Active hook */ u_char fixed; /* If set to fixed LMI mode */ u_char autod; /* If currently auto-detecting */ u_char seen[NGM_LMI_STAT_ARYSIZE]; /* bitmap DLCIs seen */ u_char up[NGM_LMI_STAT_ARYSIZE]; /* bitmap DLCIs up */ }; NGM_TEXT_STATUS This generic message returns is a human-readable version of the node status. SHUTDOWN
This node shuts down upon receipt of a NGM_SHUTDOWN control message, or when all hooks have been disconnected. SEE ALSO
netgraph(4), ng_frame_relay(4), ngctl(8) ANSI T1.617-1991 Annex D. ITU-T Q.933 Digital Subscriber Signaling System No. 1 - Signaling Specification for Frame Mode Basic Call Control, Annex A. HISTORY
The ng_lmi node type was implemented in FreeBSD 4.0. AUTHORS
Julian Elischer <julian@FreeBSD.org> BSD
January 19, 1999 BSD
All times are GMT -4. The time now is 08:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy